#245569

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

Shades of Chathams Blue #245569

Tints of Chathams Blue #245569

Color information

#245569 (or 0x245569) is unknown color: approx Chathams Blue. HEX triplet: 24, 55 and 69. RGB value is (36,85,105). Sum of RGB (Red+Green+Blue) = 36+85+105=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #245569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245569 is #DBAA96. Grayscale: #484848. Windows color (decimal): -14396055 or 6903076. OLE color: 6903076.

HSL color Cylindrical-coordinate representation of color #245569: hue angle of 197.39º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #245569 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3685105-
CMYK0.660.1900.59
HSL197.39º48.94%27.65%-
HSV(B)197.39º65.71%41.18%-
XYZ6.537.8914.54-
YUV72.63146.27101.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.93%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=15.93%
G=37.61%
B=46.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36851050.660.1900.59197.3948.9427.65
Hex245569421303Bc5311c
Octal44125151102230733056134
Binary1001001010101110100110000101001101110111100010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245569; }

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

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

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

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

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

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

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

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