#285B6D

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

Shades of Chathams Blue #285B6D

Tints of Chathams Blue #285B6D

Color information

#285B6D (or 0x285B6D) is unknown color: approx Chathams Blue. HEX triplet: 28, 5B and 6D. RGB value is (40,91,109). Sum of RGB (Red+Green+Blue) = 40+91+109=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #285B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B6D is #D7A492. Grayscale: #4D4D4D. Windows color (decimal): -14132371 or 7166760. OLE color: 7166760.

HSL color Cylindrical-coordinate representation of color #285B6D: hue angle of 195.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #285B6D is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4091109-
CMYK0.630.1700.57
HSL195.65º46.31%29.22%-
HSV(B)195.65º63.3%42.75%-
XYZ7.389.0415.82-
YUV77.8145.6101.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=16.67%
G=37.92%
B=45.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40911090.630.1700.57195.6546.3129.22
Hex285B6D3F11039c42e1d
Octal5013315577210713045635
Binary101000101101111011011111111000101110011100010010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285B6D; }

 p { color: rgb(40,91,109); }

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

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

 a { background-color: rgb(40,91,109); }

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

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

 span { border-color: rgb(40,91,109); }

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