#285566

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

Shades of Chathams Blue #285566

Tints of Chathams Blue #285566

Color information

#285566 (or 0x285566) is unknown color: approx Chathams Blue. HEX triplet: 28, 55 and 66. RGB value is (40,85,102). Sum of RGB (Red+Green+Blue) = 40+85+102=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #285566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285566 is #D7AA99. Grayscale: #494949. Windows color (decimal): -14133914 or 6706472. OLE color: 6706472.

HSL color Cylindrical-coordinate representation of color #285566: hue angle of 196.45º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #285566 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4085102-
CMYK0.610.1700.6
HSL196.45º43.66%27.84%-
HSV(B)196.45º60.78%40%-
XYZ6.527.9113.75-
YUV73.48144.09104.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=17.62%
G=37.44%
B=44.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40851020.610.1700.6196.4543.6627.84
Hex2855663D1103Cc42c1c
Octal5012514675210743045434
Binary101000101010111001101111011000101111001100010010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285566; }

 p { color: rgb(40,85,102); }

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

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

 a { background-color: rgb(40,85,102); }

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

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

 span { border-color: rgb(40,85,102); }

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