#28506E

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

Shades of Chathams Blue #28506E

Tints of Chathams Blue #28506E

Color information

#28506E (or 0x28506E) is unknown color: approx Chathams Blue. HEX triplet: 28, 50 and 6E. RGB value is (40,80,110). Sum of RGB (Red+Green+Blue) = 40+80+110=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #28506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28506E is #D7AF91. Grayscale: #474747. Windows color (decimal): -14135186 or 7229480. OLE color: 7229480.

HSL color Cylindrical-coordinate representation of color #28506E: hue angle of 205.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28506E is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4080110-
CMYK0.640.2700.57
HSL205.71º46.67%29.41%-
HSV(B)205.71º63.64%43.14%-
XYZ6.567.3115.82-
YUV71.46149.75105.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 110 (43.36% from 255) = 47.83%
R=17.39%
G=34.78%
B=47.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40801100.640.2700.57205.7146.6729.41
Hex28506E401B039ce2f1d
Octal50120156100330713165735
Binary1010001010000110111010000001101101110011100111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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