#28666C

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

Shades of Allports #28666C

Tints of Allports #28666C

Color information

#28666C (or 0x28666C) is unknown color: approx Allports. HEX triplet: 28, 66 and 6C. RGB value is (40,102,108). Sum of RGB (Red+Green+Blue) = 40+102+108=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #28666C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28666C is #D79993. Grayscale: #545454. Windows color (decimal): -14129556 or 7104040. OLE color: 7104040.

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

Color convert

RGB40102108-
CMYK0.630.0600.58
HSL185.29º45.95%29.02%-
HSV(B)185.29º62.96%42.35%-
XYZ8.3311.0415.88-
YUV84.15141.4696.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=16%
G=40.8%
B=43.2%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal401021080.630.0600.58185.2945.9529.02
Hex28666C3F603Ab92e1d
Octal501461547760722715635
Binary1010001100110110110011111111001110101011100110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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