#285267

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

Shades of Chathams Blue #285267

Tints of Chathams Blue #285267

Color information

#285267 (or 0x285267) is unknown color: approx Chathams Blue. HEX triplet: 28, 52 and 67. RGB value is (40,82,103). Sum of RGB (Red+Green+Blue) = 40+82+103=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #285267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285267 is #D7AD98. Grayscale: #474747. Windows color (decimal): -14134681 or 6771240. OLE color: 6771240.

HSL color Cylindrical-coordinate representation of color #285267: hue angle of 200º 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 #285267 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4082103-
CMYK0.610.2000.60
HSL200º44.06%28.04%-
HSV(B)200º61.17%40.39%-
XYZ6.347.4613.94-
YUV71.84145.59105.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=17.78%
G=36.44%
B=45.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40821030.610.2000.6020044.0628.04
Hex2852673D1403Cc82c1c
Octal5012214775240743105434
Binary101000101001011001111111011010001111001100100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285267; }

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

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

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

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

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

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

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

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