#28556B

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

Shades of Chathams Blue #28556B

Tints of Chathams Blue #28556B

Color information

#28556B (or 0x28556B) is unknown color: approx Chathams Blue. HEX triplet: 28, 55 and 6B. RGB value is (40,85,107). Sum of RGB (Red+Green+Blue) = 40+85+107=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #28556B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28556B is #D7AA94. Grayscale: #494949. Windows color (decimal): -14133909 or 7034152. OLE color: 7034152.

HSL color Cylindrical-coordinate representation of color #28556B: hue angle of 199.7º 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 #28556B is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4085107-
CMYK0.630.2100.58
HSL199.7º45.58%28.82%-
HSV(B)199.7º62.62%41.96%-
XYZ6.788.0115.1-
YUV74.05146.59103.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=17.24%
G=36.64%
B=46.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40851070.630.2100.58199.745.5828.82
Hex28556B3F1503Ac82e1d
Octal5012515377250723105635
Binary101000101010111010111111111010101110101100100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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