Html Css Color HEX #245DAA Denim

📋 copy color: '#245DAA'

red 36 ◦ green 93 ◦ blue 170

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

Shades of Denim #245DAA

Tints of Denim #245DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.1%

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 12.04%
G = 31.1%
B = 56.86%

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

#245DAA (or 0x245DAA) is known color: Denim. HEX triplet: 24, 5D and AA. RGB value is (36,93,170). Sum of RGB (Red+Green+Blue) = 36+93+170=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #245DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245DAA is #DBA255. Grayscale: #545454. Windows color (decimal): -14393942 or 11164964. OLE color: 11164964.

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

Color convert

RGB 36 93 170 -
CMYK 0.79 0.45 0 0.33
HSL 214.48º 0.65% 0.4% -
HSV(B) 214.48º 0.79% 0.67% -
XYZ 11.9 11.11 39.55 -
YUV 84.74 176.12 93.24 -
System Red Green Blue C M Y K H S L
Decimal 36 93 170 0.79 0.45 0 0.33 214.48 0.65 0.4
Hex 24 5D AA 4F 2D 0 21 D6 41 28
Octal 44 135 252 117 55 0 41 326 101 50
Binary 100100 1011101 10101010 1001111 101101 0 100001 11010110 1000001 101000

Color Harmonies of #245DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DAA

Black with #245DAA

Text Example


Text Example

White with #245DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,93,170); }

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

background-color css

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

 a { background-color: rgb(36,93,170); }

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

border-color css

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

 span { border-color: rgb(36,93,170); }

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