Html Css Color HEX #245EAE Denim

📋 copy color: '#245EAE'

red 36 ◦ green 94 ◦ blue 174

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

Shades of Denim #245EAE

Tints of Denim #245EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.24%

R = 11.84%
G = 30.92%
B = 57.24%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#245EAE (or 0x245EAE) is known color: Denim. HEX triplet: 24, 5E and AE. RGB value is (36,94,174). Sum of RGB (Red+Green+Blue) = 36+94+174=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #245EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245EAE is #DBA151. Grayscale: #555555. Windows color (decimal): -14393682 or 11427364. OLE color: 11427364.

HSL color Cylindrical-coordinate representation of color #245EAE: hue angle of 214.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #245EAE is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 94 174 -
CMYK 0.79 0.46 0 0.32
HSL 214.78º 0.66% 0.41% -
HSV(B) 214.78º 0.79% 0.68% -
XYZ 12.37 11.44 41.6 -
YUV 85.78 177.78 92.5 -
System Red Green Blue C M Y K H S L
Decimal 36 94 174 0.79 0.46 0 0.32 214.78 0.66 0.41
Hex 24 5E AE 4F 2E 0 20 D7 42 29
Octal 44 136 256 117 56 0 40 327 102 51
Binary 100100 1011110 10101110 1001111 101110 0 100000 11010111 1000010 101001

Color Harmonies of #245EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EAE

Black with #245EAE

Text Example


Text Example

White with #245EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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