#28808e

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

Shades of Atoll #28808E

Tints of Atoll #28808E

Color information

#28808E (or 0x28808E) is unknown color: approx Atoll. HEX triplet: 28, 80 and 8E. RGB value is (40,128,142). Sum of RGB (Red+Green+Blue) = 40+128+142=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #28808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28808E is #D77F71. Grayscale: #676767. Windows color (decimal): -14122866 or 9338920. OLE color: 9338920.

HSL color Cylindrical-coordinate representation of color #28808E: hue angle of 188.24º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28808E is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40128142-
CMYK0.720.1000.44
HSL188.24º56.04%35.69%-
HSV(B)188.24º71.83%55.69%-
XYZ13.4817.8428.32-
YUV103.28149.8582.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 142 (55.86% from 255) = 45.81%
R=12.90%
G=41.29%
B=45.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401281420.720.1000.44188.2456.0435.69
Hex28808E48A02Cbc3824
Octal50200216110120542747044
Binary101000100000001000111010010001010010110010111100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28808e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28808e; }

 p { color: rgb(40,128,142); }

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

<style>
 a { background-color: #28808e; }

 a { background-color: rgb(40,128,142); }

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

<style>
 span { border-color: #28808e; }

 span { border-color: rgb(40,128,142); }

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