#2475B9

Color #2475B9 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2475B9

Tints of Denim #2475B9

Color information

#2475B9 (or 0x2475B9) is unknown color: approx Denim. HEX triplet: 24, 75 and B9. RGB value is (36,117,185). Sum of RGB (Red+Green+Blue) = 36+117+185=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #2475B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2475B9 is #DB8A46. Grayscale: #646464. Windows color (decimal): -14387783 or 12154148. OLE color: 12154148.

HSL color Cylindrical-coordinate representation of color #2475B9: hue angle of 207.38º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2475B9 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB36117185-
CMYK0.810.3700.27
HSL207.38º67.42%43.33%-
HSV(B)207.38º80.54%72.55%-
XYZ15.8516.648.27-
YUV100.53175.6681.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 10.65%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 185 (72.66% from 255) = 54.73%
R=10.65%
G=34.62%
B=54.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361171850.810.3700.27207.3867.4243.33
Hex2475B9512501Bcf432b
Octal441652711214503331710353
Binary1001001110101101110011010001100101011011110011111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2475B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2475B9; }

 p { color: rgb(36,117,185); }

 H1.HeaderClassName
 {
   color: #2475B9;
 }
 .AnyTagClassName
 {
   color: #2475B9;
 }
</style>
background-color css

<style>
 a { background-color: #2475B9; }

 a { background-color: rgb(36,117,185); }

 div.DivClassName
 {
   background-color: #2475B9;
 }
 .BgClassName
 {
   background-color: #2475B9;
 }
</style>
border-color css

<style>
 span { border-color: #2475B9; }

 span { border-color: rgb(36,117,185); }

 td.TdClassName
 {
   border-color: #2475B9;
 }
 .TagClassName
 {
   border-color: #2475B9;
 }
</style>