#285268

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

Shades of Chathams Blue #285268

Tints of Chathams Blue #285268

Color information

#285268 (or 0x285268) is unknown color: approx Chathams Blue. HEX triplet: 28, 52 and 68. RGB value is (40,82,104). Sum of RGB (Red+Green+Blue) = 40+82+104=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #285268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285268 is #D7AD97. Grayscale: #474747. Windows color (decimal): -14134680 or 6836776. OLE color: 6836776.

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

Color convert

RGB4082104-
CMYK0.620.2100.59
HSL200.62º44.44%28.24%-
HSV(B)200.62º61.54%40.78%-
XYZ6.397.4914.2-
YUV71.95146.09105.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=17.70%
G=36.28%
B=46.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40821040.620.2100.59200.6244.4428.24
Hex2852683E1503Bc92c1c
Octal5012215076250733115434
Binary101000101001011010001111101010101110111100100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285268; }

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

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

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

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

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

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

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

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