Html Css Color HEX #245EAB Denim

📋 copy color: '#245EAB'

red 36 ◦ green 94 ◦ blue 171

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

Shades of Denim #245EAB

Tints of Denim #245EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 11.96%
G = 31.23%
B = 56.81%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#245EAB (or 0x245EAB) is known color: Denim. HEX triplet: 24, 5E and AB. RGB value is (36,94,171). Sum of RGB (Red+Green+Blue) = 36+94+171=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #245EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245EAB is #DBA154. Grayscale: #555555. Windows color (decimal): -14393685 or 11230756. OLE color: 11230756.

HSL color Cylindrical-coordinate representation of color #245EAB: hue angle of 214.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #245EAB is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 94 171 -
CMYK 0.79 0.45 0 0.33
HSL 214.22º 0.65% 0.41% -
HSV(B) 214.22º 0.79% 0.67% -
XYZ 12.08 11.32 40.08 -
YUV 85.44 176.28 92.74 -
System Red Green Blue C M Y K H S L
Decimal 36 94 171 0.79 0.45 0 0.33 214.22 0.65 0.41
Hex 24 5E AB 4F 2D 0 21 D6 41 29
Octal 44 136 253 117 55 0 41 326 101 51
Binary 100100 1011110 10101011 1001111 101101 0 100001 11010110 1000001 101001

Color Harmonies of #245EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EAB

Black with #245EAB

Text Example


Text Example

White with #245EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245EAB; }

 p { color: rgb(36,94,171); }

 H1.HeaderClassName
 {
   color: #245EAB;
 }
 .AnyTagClassName
 {
   color: #245EAB;
 }
</style>

background-color css

<style>
 a { background-color: #245EAB; }

 a { background-color: rgb(36,94,171); }

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

border-color css

<style>
 span { border-color: #245EAB; }

 span { border-color: rgb(36,94,171); }

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