#28676D

Color #28676D Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #28676D

Tints of Allports #28676D

Color information

#28676D (or 0x28676D) is unknown color: approx Allports. HEX triplet: 28, 67 and 6D. RGB value is (40,103,109). Sum of RGB (Red+Green+Blue) = 40+103+109=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #28676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28676D is #D79892. Grayscale: #545454. Windows color (decimal): -14129299 or 7169832. OLE color: 7169832.

HSL color Cylindrical-coordinate representation of color #28676D: hue angle of 185.22º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28676D is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB40103109-
CMYK0.630.0600.57
HSL185.22º46.31%29.22%-
HSV(B)185.22º63.3%42.75%-
XYZ8.4911.2616.19-
YUV84.85141.6396.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=15.87%
G=40.87%
B=43.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal401031090.630.0600.57185.2246.3129.22
Hex28676D3F6039b92e1d
Octal501471557760712715635
Binary1010001100111110110111111111001110011011100110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28676D; }

 p { color: rgb(40,103,109); }

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

<style>
 a { background-color: #28676D; }

 a { background-color: rgb(40,103,109); }

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

<style>
 span { border-color: #28676D; }

 span { border-color: rgb(40,103,109); }

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