#28586A

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

Shades of Chathams Blue #28586A

Tints of Chathams Blue #28586A

Color information

#28586A (or 0x28586A) is unknown color: approx Chathams Blue. HEX triplet: 28, 58 and 6A. RGB value is (40,88,106). Sum of RGB (Red+Green+Blue) = 40+88+106=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #28586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28586A is #D7A795. Grayscale: #4B4B4B. Windows color (decimal): -14133142 or 6969384. OLE color: 6969384.

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

Color convert

RGB4088106-
CMYK0.620.1700.58
HSL196.36º45.21%28.63%-
HSV(B)196.36º62.26%41.57%-
XYZ6.978.4714.9-
YUV75.7145.1102.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=17.09%
G=37.61%
B=45.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40881060.620.1700.58196.3645.2128.63
Hex28586A3E1103Ac42d1d
Octal5013015276210723045535
Binary101000101100011010101111101000101110101100010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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