#2474C9

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

Shades of Denim #2474C9

Tints of Denim #2474C9

Color information

#2474C9 (or 0x2474C9) is unknown color: approx Denim. HEX triplet: 24, 74 and C9. RGB value is (36,116,201). Sum of RGB (Red+Green+Blue) = 36+116+201=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #2474C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2474C9 is #DB8B36. Grayscale: #656565. Windows color (decimal): -14388023 or 13202468. OLE color: 13202468.

HSL color Cylindrical-coordinate representation of color #2474C9: hue angle of 210.91º 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 #2474C9 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB36116201-
CMYK0.820.4200.21
HSL210.91º69.62%46.47%-
HSV(B)210.91º82.09%78.82%-
XYZ17.5217.0857.63-
YUV101.7718481.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.20%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 201 (78.91% from 255) = 56.94%
R=10.20%
G=32.86%
B=56.94%

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
Decimal361162010.820.4200.21210.9169.6246.47
Hex2474C9522A015d3462e
Octal441643111225202532310656
Binary1001001110100110010011010010101010010101110100111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2474C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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