#285669

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

Shades of Chathams Blue #285669

Tints of Chathams Blue #285669

Color information

#285669 (or 0x285669) is unknown color: approx Chathams Blue. HEX triplet: 28, 56 and 69. RGB value is (40,86,105). Sum of RGB (Red+Green+Blue) = 40+86+105=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #285669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285669 is #D7A996. Grayscale: #4A4A4A. Windows color (decimal): -14133655 or 6903336. OLE color: 6903336.

HSL color Cylindrical-coordinate representation of color #285669: hue angle of 197.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #285669 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4086105-
CMYK0.620.1800.59
HSL197.54º44.83%28.43%-
HSV(B)197.54º61.9%41.18%-
XYZ6.758.1314.58-
YUV74.41145.26103.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=17.32%
G=37.23%
B=45.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40861050.620.1800.59197.5444.8328.43
Hex2856693E1203Bc62d1c
Octal5012615176220733065534
Binary101000101011011010011111101001001110111100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285669; }

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

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

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

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

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

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

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

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