#245AA8

Color #245AA8 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #245AA8

Tints of Denim #245AA8

Color information

#245AA8 (or 0x245AA8) is unknown color: approx Denim. HEX triplet: 24, 5A and A8. RGB value is (36,90,168). Sum of RGB (Red+Green+Blue) = 36+90+168=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 168 (66.02% from 255 or 57.14% from 294); Max value from RGB is 168 - color contains mainly: blue. Hex color #245AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245AA8 is #DBA557. Grayscale: #525252. Windows color (decimal): -14394712 or 11033124. OLE color: 11033124.

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

Color convert

RGB3690168-
CMYK0.790.4600.34
HSL215.45º64.71%40%-
HSV(B)215.45º78.57%65.88%-
XYZ11.4510.5138.47-
YUV82.75176.1194.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.24%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 168 (66.02% from 255) = 57.14%
R=12.24%
G=30.61%
B=57.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal36901680.790.4600.34215.4564.7140
Hex245AA84F2E022d74128
Octal441322501175604232710150
Binary10010010110101010100010011111011100100010110101111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,90,168); }

 H1.HeaderClassName
 {
   color: #245AA8;
 }
 .AnyTagClassName
 {
   color: #245AA8;
 }
</style>
background-color css

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

 a { background-color: rgb(36,90,168); }

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

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

 span { border-color: rgb(36,90,168); }

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