#285869

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

Shades of Chathams Blue #285869

Tints of Chathams Blue #285869

Color information

#285869 (or 0x285869) is unknown color: approx Chathams Blue. HEX triplet: 28, 58 and 69. RGB value is (40,88,105). Sum of RGB (Red+Green+Blue) = 40+88+105=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #285869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285869 is #D7A796. Grayscale: #4B4B4B. Windows color (decimal): -14133143 or 6903848. OLE color: 6903848.

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

Color convert

RGB4088105-
CMYK0.620.1600.59
HSL195.69º44.83%28.43%-
HSV(B)195.69º61.9%41.18%-
XYZ6.918.4514.63-
YUV75.59144.6102.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=17.17%
G=37.77%
B=45.06%

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
Decimal40881050.620.1600.59195.6944.8328.43
Hex2858693E1003Bc42d1c
Octal5013015176200733045534
Binary101000101100011010011111101000001110111100010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285869; }

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

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

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

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

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

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

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

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