#245866

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

Shades of Chathams Blue #245866

Tints of Chathams Blue #245866

Color information

#245866 (or 0x245866) is unknown color: approx Chathams Blue. HEX triplet: 24, 58 and 66. RGB value is (36,88,102). Sum of RGB (Red+Green+Blue) = 36+88+102=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #245866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245866 is #DBA799. Grayscale: #494949. Windows color (decimal): -14395290 or 6707236. OLE color: 6707236.

HSL color Cylindrical-coordinate representation of color #245866: hue angle of 192.73º 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 #245866 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3688102-
CMYK0.650.1400.6
HSL192.73º47.83%27.06%-
HSV(B)192.73º64.71%40%-
XYZ6.628.3113.83-
YUV74.05143.77100.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.93%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=15.93%
G=38.94%
B=45.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36881020.650.1400.6192.7347.8327.06
Hex24586641E03Cc1301b
Octal44130146101160743016033
Binary100100101100011001101000001111001111001100000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245866; }

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

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

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

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

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

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

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

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