#28828E

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

Shades of Scooter #28828E

Tints of Scooter #28828E

Color information

#28828E (or 0x28828E) is unknown color: approx Scooter. HEX triplet: 28, 82 and 8E. RGB value is (40,130,142). Sum of RGB (Red+Green+Blue) = 40+130+142=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #28828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28828E is #D77D71. Grayscale: #686868. Windows color (decimal): -14122354 or 9339432. OLE color: 9339432.

HSL color Cylindrical-coordinate representation of color #28828E: hue angle of 187.06º 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 #28828E is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40130142-
CMYK0.720.0800.44
HSL187.06º56.04%35.69%-
HSV(B)187.06º71.83%55.69%-
XYZ13.7418.3728.41-
YUV104.46149.1882.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.82%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=12.82%
G=41.67%
B=45.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401301420.720.0800.44187.0656.0435.69
Hex28828E48802Cbb3824
Octal50202216110100542737044
Binary101000100000101000111010010001000010110010111011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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