#2475C9

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

Shades of Denim #2475C9

Tints of Denim #2475C9

Color information

#2475C9 (or 0x2475C9) is unknown color: approx Denim. HEX triplet: 24, 75 and C9. RGB value is (36,117,201). Sum of RGB (Red+Green+Blue) = 36+117+201=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 201 (78.91% from 255 or 56.78% from 354); Max value from RGB is 201 - color contains mainly: blue. Hex color #2475C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2475C9 is #DB8A36. Grayscale: #656565. Windows color (decimal): -14387767 or 13202724. OLE color: 13202724.

HSL color Cylindrical-coordinate representation of color #2475C9: hue angle of 210.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2475C9 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB36117201-
CMYK0.820.4200.21
HSL210.55º69.62%46.47%-
HSV(B)210.55º82.09%78.82%-
XYZ17.6317.3157.67-
YUV102.36183.6680.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.17%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 201 (78.91% from 255) = 56.78%
R=10.17%
G=33.05%
B=56.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal361172010.820.4200.21210.5569.6246.47
Hex2475C9522A015d3462e
Octal441653111225202532310656
Binary1001001110101110010011010010101010010101110100111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2475C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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