#28506C

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

Shades of Chathams Blue #28506C

Tints of Chathams Blue #28506C

Color information

#28506C (or 0x28506C) is unknown color: approx Chathams Blue. HEX triplet: 28, 50 and 6C. RGB value is (40,80,108). Sum of RGB (Red+Green+Blue) = 40+80+108=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #28506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28506C is #D7AF93. Grayscale: #474747. Windows color (decimal): -14135188 or 7098408. OLE color: 7098408.

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

Color convert

RGB4080108-
CMYK0.630.2600.58
HSL204.71º45.95%29.02%-
HSV(B)204.71º62.96%42.35%-
XYZ6.457.2715.25-
YUV71.23148.75105.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=17.54%
G=35.09%
B=47.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40801080.630.2600.58204.7145.9529.02
Hex28506C3F1A03Acd2e1d
Octal5012015477320723155635
Binary101000101000011011001111111101001110101100110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28506C; }

 p { color: rgb(40,80,108); }

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

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

 a { background-color: rgb(40,80,108); }

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

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

 span { border-color: rgb(40,80,108); }

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