#285D71

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

Shades of Chathams Blue #285D71

Tints of Chathams Blue #285D71

Color information

#285D71 (or 0x285D71) is unknown color: approx Chathams Blue. HEX triplet: 28, 5D and 71. RGB value is (40,93,113). Sum of RGB (Red+Green+Blue) = 40+93+113=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #285D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D71 is #D7A28E. Grayscale: #4F4F4F. Windows color (decimal): -14131855 or 7429416. OLE color: 7429416.

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

Color convert

RGB4093113-
CMYK0.650.1800.56
HSL196.44º47.71%30%-
HSV(B)196.44º64.6%44.31%-
XYZ7.779.4717.04-
YUV79.43146.9499.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=16.26%
G=37.80%
B=45.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40931130.650.1800.56196.4447.7130
Hex285D714112038c4301e
Octal50135161101220703046036
Binary1010001011101111000110000011001001110001100010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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