#245966

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

Shades of Chathams Blue #245966

Tints of Chathams Blue #245966

Color information

#245966 (or 0x245966) is unknown color: approx Chathams Blue. HEX triplet: 24, 59 and 66. RGB value is (36,89,102). Sum of RGB (Red+Green+Blue) = 36+89+102=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #245966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245966 is #DBA699. Grayscale: #4A4A4A. Windows color (decimal): -14395034 or 6707492. OLE color: 6707492.

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

Color convert

RGB3689102-
CMYK0.650.1300.6
HSL191.82º47.83%27.06%-
HSV(B)191.82º64.71%40%-
XYZ6.78.4813.85-
YUV74.63143.44100.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.86%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=15.86%
G=39.21%
B=44.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36891020.650.1300.6191.8247.8327.06
Hex24596641D03Cc0301b
Octal44131146101150743006033
Binary100100101100111001101000001110101111001100000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245966; }

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

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

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

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

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

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

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

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