Html Css Color HEX #2472BE Denim

📋 copy color: '#2472BE'

red 36 ◦ green 114 ◦ blue 190

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

Shades of Denim #2472BE

Tints of Denim #2472BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 10.59%
G = 33.53%
B = 55.88%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2472BE (or 0x2472BE) is known color: Denim. HEX triplet: 24, 72 and BE. RGB value is (36,114,190). Sum of RGB (Red+Green+Blue) = 36+114+190=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #2472BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2472BE is #DB8D41. Grayscale: #626262. Windows color (decimal): -14388546 or 12481060. OLE color: 12481060.

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

Color convert

RGB 36 114 190 -
CMYK 0.81 0.40 0 0.25
HSL 209.61º 0.68% 0.44% -
HSV(B) 209.61º 0.81% 0.75% -
XYZ 16.04 16.13 50.98 -
YUV 99.34 179.16 82.82 -
System Red Green Blue C M Y K H S L
Decimal 36 114 190 0.81 0.40 0 0.25 209.61 0.68 0.44
Hex 24 72 BE 51 28 0 19 D2 44 2C
Octal 44 162 276 121 50 0 31 322 104 54
Binary 100100 1110010 10111110 1010001 101000 0 11001 11010010 1000100 101100

Color Harmonies of #2472BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2472BE

Black with #2472BE

Text Example


Text Example

White with #2472BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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