#285768

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

Shades of Chathams Blue #285768

Tints of Chathams Blue #285768

Color information

#285768 (or 0x285768) is unknown color: approx Chathams Blue. HEX triplet: 28, 57 and 68. RGB value is (40,87,104). Sum of RGB (Red+Green+Blue) = 40+87+104=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #285768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285768 is #D7A897. Grayscale: #4A4A4A. Windows color (decimal): -14133400 or 6838056. OLE color: 6838056.

HSL color Cylindrical-coordinate representation of color #285768: hue angle of 195.94º degrees, saturation: 0.44, 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 #285768 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4087104-
CMYK0.620.1600.59
HSL195.94º44.44%28.24%-
HSV(B)195.94º61.54%40.78%-
XYZ6.788.2714.33-
YUV74.88144.43103.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 87 (34.38% from 255) = 37.66%
BLUE value IS 104 (41.02% from 255) = 45.02%
R=17.32%
G=37.66%
B=45.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40871040.620.1600.59195.9444.4428.24
Hex2857683E1003Bc42c1c
Octal5012715076200733045434
Binary101000101011111010001111101000001110111100010010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285768; }

 p { color: rgb(40,87,104); }

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

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

 a { background-color: rgb(40,87,104); }

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

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

 span { border-color: rgb(40,87,104); }

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