#285468

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

Shades of Chathams Blue #285468

Tints of Chathams Blue #285468

Color information

#285468 (or 0x285468) is unknown color: approx Chathams Blue. HEX triplet: 28, 54 and 68. RGB value is (40,84,104). Sum of RGB (Red+Green+Blue) = 40+84+104=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #285468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285468 is #D7AB97. Grayscale: #494949. Windows color (decimal): -14134168 or 6837288. OLE color: 6837288.

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

Color convert

RGB4084104-
CMYK0.620.1900.59
HSL198.75º44.44%28.24%-
HSV(B)198.75º61.54%40.78%-
XYZ6.547.7914.26-
YUV73.12145.42104.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=17.54%
G=36.84%
B=45.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40841040.620.1900.59198.7544.4428.24
Hex2854683E1303Bc72c1c
Octal5012415076230733075434
Binary101000101010011010001111101001101110111100011110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285468; }

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

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

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

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

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

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

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

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