#285B71

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

Shades of Chathams Blue #285B71

Tints of Chathams Blue #285B71

Color information

#285B71 (or 0x285B71) is unknown color: approx Chathams Blue. HEX triplet: 28, 5B and 71. RGB value is (40,91,113). Sum of RGB (Red+Green+Blue) = 40+91+113=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #285B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B71 is #D7A48E. Grayscale: #4E4E4E. Windows color (decimal): -14132367 or 7428904. OLE color: 7428904.

HSL color Cylindrical-coordinate representation of color #285B71: hue angle of 198.08º 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 #285B71 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4091113-
CMYK0.650.1900.56
HSL198.08º47.71%30%-
HSV(B)198.08º64.6%44.31%-
XYZ7.69.1316.98-
YUV78.26147.6100.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.39%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=16.39%
G=37.30%
B=46.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40911130.650.1900.56198.0847.7130
Hex285B714113038c6301e
Octal50133161101230703066036
Binary1010001011011111000110000011001101110001100011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285B71; }

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

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

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

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

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

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

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

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