#28506B

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

Shades of Chathams Blue #28506B

Tints of Chathams Blue #28506B

Color information

#28506B (or 0x28506B) is unknown color: approx Chathams Blue. HEX triplet: 28, 50 and 6B. RGB value is (40,80,107). Sum of RGB (Red+Green+Blue) = 40+80+107=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #28506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28506B is #D7AF94. Grayscale: #464646. Windows color (decimal): -14135189 or 7032872. OLE color: 7032872.

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

Color convert

RGB4080107-
CMYK0.630.2500.58
HSL204.18º45.58%28.82%-
HSV(B)204.18º62.62%41.96%-
XYZ6.47.2514.97-
YUV71.12148.25105.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=17.62%
G=35.24%
B=47.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40801070.630.2500.58204.1845.5828.82
Hex28506B3F1903Acc2e1d
Octal5012015377310723145635
Binary101000101000011010111111111100101110101100110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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