#285666

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

Shades of Chathams Blue #285666

Tints of Chathams Blue #285666

Color information

#285666 (or 0x285666) is unknown color: approx Chathams Blue. HEX triplet: 28, 56 and 66. RGB value is (40,86,102). Sum of RGB (Red+Green+Blue) = 40+86+102=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #285666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285666 is #D7A999. Grayscale: #494949. Windows color (decimal): -14133658 or 6706728. OLE color: 6706728.

HSL color Cylindrical-coordinate representation of color #285666: hue angle of 195.48º 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 #285666 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4086102-
CMYK0.610.1600.6
HSL195.48º43.66%27.84%-
HSV(B)195.48º60.78%40%-
XYZ6.68.0713.78-
YUV74.07143.76103.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=17.54%
G=37.72%
B=44.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40861020.610.1600.6195.4843.6627.84
Hex2856663D1003Cc32c1c
Octal5012614675200743035434
Binary101000101011011001101111011000001111001100001110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285666; }

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

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

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

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

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

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

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

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