#285671

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

Shades of Chathams Blue #285671

Tints of Chathams Blue #285671

Color information

#285671 (or 0x285671) is unknown color: approx Chathams Blue. HEX triplet: 28, 56 and 71. RGB value is (40,86,113). Sum of RGB (Red+Green+Blue) = 40+86+113=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #285671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285671 is #D7A98E. Grayscale: #4B4B4B. Windows color (decimal): -14133647 or 7427624. OLE color: 7427624.

HSL color Cylindrical-coordinate representation of color #285671: hue angle of 202.19º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285671 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4086113-
CMYK0.650.2400.56
HSL202.19º47.71%30%-
HSV(B)202.19º64.6%44.31%-
XYZ7.188.316.85-
YUV75.32149.26102.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=16.74%
G=35.98%
B=47.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40861130.650.2400.56202.1947.7130
Hex2856714118038ca301e
Octal50126161101300703126036
Binary1010001010110111000110000011100001110001100101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285671; }

 p { color: rgb(40,86,113); }

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

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

 a { background-color: rgb(40,86,113); }

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

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

 span { border-color: rgb(40,86,113); }

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