#285466

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

Shades of Chathams Blue #285466

Tints of Chathams Blue #285466

Color information

#285466 (or 0x285466) is unknown color: approx Chathams Blue. HEX triplet: 28, 54 and 66. RGB value is (40,84,102). Sum of RGB (Red+Green+Blue) = 40+84+102=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #285466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285466 is #D7AB99. Grayscale: #484848. Windows color (decimal): -14134170 or 6706216. OLE color: 6706216.

HSL color Cylindrical-coordinate representation of color #285466: hue angle of 197.42º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #285466 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4084102-
CMYK0.610.1800.6
HSL197.42º43.66%27.84%-
HSV(B)197.42º60.78%40%-
XYZ6.447.7513.73-
YUV72.9144.42104.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=17.70%
G=37.17%
B=45.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40841020.610.1800.6197.4243.6627.84
Hex2854663D1203Cc52c1c
Octal5012414675220743055434
Binary101000101010011001101111011001001111001100010110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285466; }

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

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

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

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

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

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

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

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