#245570

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

Shades of Chathams Blue #245570

Tints of Chathams Blue #245570

Color information

#245570 (or 0x245570) is unknown color: approx Chathams Blue. HEX triplet: 24, 55 and 70. RGB value is (36,85,112). Sum of RGB (Red+Green+Blue) = 36+85+112=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #245570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245570 is #DBAA8F. Grayscale: #494949. Windows color (decimal): -14396048 or 7361828. OLE color: 7361828.

HSL color Cylindrical-coordinate representation of color #245570: hue angle of 201.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #245570 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3685112-
CMYK0.680.2400.56
HSL201.32º51.35%29.02%-
HSV(B)201.32º67.86%43.92%-
XYZ6.98.0416.52-
YUV73.43149.77101.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.45%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=15.45%
G=36.48%
B=48.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36851120.680.2400.56201.3251.3529.02
Hex2455704418038c9331d
Octal44125160104300703116335
Binary1001001010101111000010001001100001110001100100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245570; }

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

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

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

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

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

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

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

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