#285370

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

Shades of Chathams Blue #285370

Tints of Chathams Blue #285370

Color information

#285370 (or 0x285370) is unknown color: approx Chathams Blue. HEX triplet: 28, 53 and 70. RGB value is (40,83,112). Sum of RGB (Red+Green+Blue) = 40+83+112=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #285370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285370 is #D7AC8F. Grayscale: #494949. Windows color (decimal): -14134416 or 7361320. OLE color: 7361320.

HSL color Cylindrical-coordinate representation of color #285370: hue angle of 204.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #285370 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4083112-
CMYK0.640.2600.56
HSL204.17º47.37%29.8%-
HSV(B)204.17º64.29%43.92%-
XYZ6.897.8116.47-
YUV73.45149.75104.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=17.02%
G=35.32%
B=47.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40831120.640.2600.56204.1747.3729.8
Hex285370401A038cc2f1e
Octal50123160100320703145736
Binary1010001010011111000010000001101001110001100110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285370; }

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

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

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

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

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

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

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

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