#245370

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

Shades of Chathams Blue #245370

Tints of Chathams Blue #245370

Color information

#245370 (or 0x245370) is unknown color: approx Chathams Blue. HEX triplet: 24, 53 and 70. RGB value is (36,83,112). Sum of RGB (Red+Green+Blue) = 36+83+112=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #245370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245370 is #DBAC8F. Grayscale: #484848. Windows color (decimal): -14396560 or 7361316. OLE color: 7361316.

HSL color Cylindrical-coordinate representation of color #245370: hue angle of 202.89º 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 #245370 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3683112-
CMYK0.680.2600.56
HSL202.89º51.35%29.02%-
HSV(B)202.89º67.86%43.92%-
XYZ6.757.7316.47-
YUV72.25150.43102.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=15.58%
G=35.93%
B=48.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36831120.680.2600.56202.8951.3529.02
Hex245370441A038cb331d
Octal44123160104320703136335
Binary1001001010011111000010001001101001110001100101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245370; }

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

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

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

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

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

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

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

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