Html Css Color HEX #2472CC Denim

📋 copy color: '#2472CC'

red 36 ◦ green 114 ◦ blue 204

#2472CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #2472CC

Tints of Denim #2472CC

RGB

 RED value IS 36 (14.45% from 255) = 10.17%

 GREEN value IS 114 (44.92% from 255) = 32.2%

 BLUE value IS 204 (80.08% from 255) = 57.63%

R = 10.17%
G = 32.2%
B = 57.63%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2472CC (or 0x2472CC) is known color: Denim. HEX triplet: 24, 72 and CC. RGB value is (36,114,204). Sum of RGB (Red+Green+Blue) = 36+114+204=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #2472CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2472CC is #DB8D33. Grayscale: #646464. Windows color (decimal): -14388532 or 13398564. OLE color: 13398564.

HSL color Cylindrical-coordinate representation of color #2472CC: hue angle of 212.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2472CC is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 114 204 -
CMYK 0.82 0.44 0 0.2
HSL 212.14º 0.7% 0.47% -
HSV(B) 212.14º 0.82% 0.8% -
XYZ 17.64 16.77 59.43 -
YUV 100.94 186.16 81.68 -
System Red Green Blue C M Y K H S L
Decimal 36 114 204 0.82 0.44 0 0.2 212.14 0.7 0.47
Hex 24 72 CC 52 2C 0 14 D4 46 2F
Octal 44 162 314 122 54 0 24 324 106 57
Binary 100100 1110010 11001100 1010010 101100 0 10100 11010100 1000110 101111

Color Harmonies of #2472CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2472CC

Black with #2472CC

Text Example


Text Example

White with #2472CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2472CC; }

 p { color: rgb(36,114,204); }

 H1.HeaderClassName
 {
   color: #2472CC;
 }
 .AnyTagClassName
 {
   color: #2472CC;
 }
</style>

background-color css

<style>
 a { background-color: #2472CC; }

 a { background-color: rgb(36,114,204); }

 div.DivClassName
 {
   background-color: #2472CC;
 }
 .BgClassName
 {
   background-color: #2472CC;
 }
</style>

border-color css

<style>
 span { border-color: #2472CC; }

 span { border-color: rgb(36,114,204); }

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