Html Css Color HEX #2472BA Denim

📋 copy color: '#2472BA'

red 36 ◦ green 114 ◦ blue 186

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

Shades of Denim #2472BA

Tints of Denim #2472BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 10.71%
G = 33.93%
B = 55.36%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2472BA (or 0x2472BA) is known color: Denim. HEX triplet: 24, 72 and BA. RGB value is (36,114,186). Sum of RGB (Red+Green+Blue) = 36+114+186=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #2472BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2472BA is #DB8D45. Grayscale: #626262. Windows color (decimal): -14388550 or 12218916. OLE color: 12218916.

HSL color Cylindrical-coordinate representation of color #2472BA: hue angle of 208.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2472BA is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 114 186 -
CMYK 0.81 0.39 0 0.27
HSL 208.8º 0.68% 0.44% -
HSV(B) 208.8º 0.81% 0.73% -
XYZ 15.61 15.95 48.71 -
YUV 98.89 177.16 83.15 -
System Red Green Blue C M Y K H S L
Decimal 36 114 186 0.81 0.39 0 0.27 208.8 0.68 0.44
Hex 24 72 BA 51 27 0 1B D1 44 2C
Octal 44 162 272 121 47 0 33 321 104 54
Binary 100100 1110010 10111010 1010001 100111 0 11011 11010001 1000100 101100

Color Harmonies of #2472BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2472BA

Black with #2472BA

Text Example


Text Example

White with #2472BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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