#245A6E

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

Shades of Chathams Blue #245A6E

Tints of Chathams Blue #245A6E

Color information

#245A6E (or 0x245A6E) is unknown color: approx Chathams Blue. HEX triplet: 24, 5A and 6E. RGB value is (36,90,110). Sum of RGB (Red+Green+Blue) = 36+90+110=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #245A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A6E is #DBA591. Grayscale: #4B4B4B. Windows color (decimal): -14394770 or 7232036. OLE color: 7232036.

HSL color Cylindrical-coordinate representation of color #245A6E: hue angle of 196.22º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #245A6E is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3690110-
CMYK0.670.1800.57
HSL196.22º50.68%28.63%-
HSV(B)196.22º67.27%43.14%-
XYZ7.28.8116.07-
YUV76.13147.1199.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.25%
GREEN value IS 90 (35.55% from 255) = 38.14%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=15.25%
G=38.14%
B=46.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal36901100.670.1800.57196.2250.6828.63
Hex245A6E4312039c4331d
Octal44132156103220713046335
Binary1001001011010110111010000111001001110011100010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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