#245566

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

Shades of Chathams Blue #245566

Tints of Chathams Blue #245566

Color information

#245566 (or 0x245566) is unknown color: approx Chathams Blue. HEX triplet: 24, 55 and 66. RGB value is (36,85,102). Sum of RGB (Red+Green+Blue) = 36+85+102=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #245566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245566 is #DBAA99. Grayscale: #484848. Windows color (decimal): -14396058 or 6706468. OLE color: 6706468.

HSL color Cylindrical-coordinate representation of color #245566: hue angle of 195.45º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245566 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3685102-
CMYK0.650.1700.6
HSL195.45º47.83%27.06%-
HSV(B)195.45º64.71%40%-
XYZ6.377.8313.75-
YUV72.29144.77102.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.14%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=16.14%
G=38.12%
B=45.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36851020.650.1700.6195.4547.8327.06
Hex245566411103Cc3301b
Octal44125146101210743036033
Binary1001001010101110011010000011000101111001100001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245566; }

 p { color: rgb(36,85,102); }

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

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

 a { background-color: rgb(36,85,102); }

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

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

 span { border-color: rgb(36,85,102); }

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