#285969

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

Shades of Chathams Blue #285969

Tints of Chathams Blue #285969

Color information

#285969 (or 0x285969) is unknown color: approx Chathams Blue. HEX triplet: 28, 59 and 69. RGB value is (40,89,105). Sum of RGB (Red+Green+Blue) = 40+89+105=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #285969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285969 is #D7A696. Grayscale: #4C4C4C. Windows color (decimal): -14132887 or 6904104. OLE color: 6904104.

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

Color convert

RGB4089105-
CMYK0.620.1500.59
HSL194.77º44.83%28.43%-
HSV(B)194.77º61.9%41.18%-
XYZ78.6214.66-
YUV76.17144.27102.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=17.09%
G=38.03%
B=44.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40891050.620.1500.59194.7744.8328.43
Hex2859693EF03Bc32d1c
Octal5013115176170733035534
Binary10100010110011101001111110111101110111100001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285969; }

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

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

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

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

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

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

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

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