#245670

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

Shades of Chathams Blue #245670

Tints of Chathams Blue #245670

Color information

#245670 (or 0x245670) is unknown color: approx Chathams Blue. HEX triplet: 24, 56 and 70. RGB value is (36,86,112). Sum of RGB (Red+Green+Blue) = 36+86+112=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #245670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245670 is #DBA98F. Grayscale: #494949. Windows color (decimal): -14395792 or 7362084. OLE color: 7362084.

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

Color convert

RGB3686112-
CMYK0.680.2300.56
HSL200.53º51.35%29.02%-
HSV(B)200.53º67.86%43.92%-
XYZ6.988.216.54-
YUV74.01149.44100.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.38%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=15.38%
G=36.75%
B=47.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36861120.680.2300.56200.5351.3529.02
Hex2456704417038c9331d
Octal44126160104270703116335
Binary1001001010110111000010001001011101110001100100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245670; }

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

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

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

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

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

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

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

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