#285270

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

Shades of Chathams Blue #285270

Tints of Chathams Blue #285270

Color information

#285270 (or 0x285270) is unknown color: approx Chathams Blue. HEX triplet: 28, 52 and 70. RGB value is (40,82,112). Sum of RGB (Red+Green+Blue) = 40+82+112=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #285270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285270 is #D7AD8F. Grayscale: #484848. Windows color (decimal): -14134672 or 7361064. OLE color: 7361064.

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

Color convert

RGB4082112-
CMYK0.640.2700.56
HSL205º47.37%29.8%-
HSV(B)205º64.29%43.92%-
XYZ6.827.6616.45-
YUV72.86150.09104.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=17.09%
G=35.04%
B=47.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40821120.640.2700.5620547.3729.8
Hex285270401B038cd2f1e
Octal50122160100330703155736
Binary1010001010010111000010000001101101110001100110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285270; }

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

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

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

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

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

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

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

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