#28586B

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

Shades of Chathams Blue #28586B

Tints of Chathams Blue #28586B

Color information

#28586B (or 0x28586B) is unknown color: approx Chathams Blue. HEX triplet: 28, 58 and 6B. RGB value is (40,88,107). Sum of RGB (Red+Green+Blue) = 40+88+107=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #28586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28586B is #D7A794. Grayscale: #4B4B4B. Windows color (decimal): -14133141 or 7034920. OLE color: 7034920.

HSL color Cylindrical-coordinate representation of color #28586B: hue angle of 197.01º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28586B is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4088107-
CMYK0.630.1800.58
HSL197.01º45.58%28.82%-
HSV(B)197.01º62.62%41.96%-
XYZ7.028.4915.18-
YUV75.81145.6102.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=17.02%
G=37.45%
B=45.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40881070.630.1800.58197.0145.5828.82
Hex28586B3F1203Ac52e1d
Octal5013015377220723055635
Binary101000101100011010111111111001001110101100010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28586B; }

 p { color: rgb(40,88,107); }

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

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

 a { background-color: rgb(40,88,107); }

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

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

 span { border-color: rgb(40,88,107); }

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