#28848E

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

Shades of Scooter #28848E

Tints of Scooter #28848E

Color information

#28848E (or 0x28848E) is unknown color: approx Scooter. HEX triplet: 28, 84 and 8E. RGB value is (40,132,142). Sum of RGB (Red+Green+Blue) = 40+132+142=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #28848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28848E is #D77B71. Grayscale: #696969. Windows color (decimal): -14121842 or 9339944. OLE color: 9339944.

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

Color convert

RGB40132142-
CMYK0.720.0700.44
HSL185.88º56.04%35.69%-
HSV(B)185.88º71.83%55.69%-
XYZ14.0118.9128.5-
YUV105.63148.5281.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.74%
GREEN value IS 132 (51.95% from 255) = 42.04%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=12.74%
G=42.04%
B=45.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401321420.720.0700.44185.8856.0435.69
Hex28848E48702Cba3824
Octal5020421611070542727044
Binary10100010000100100011101001000111010110010111010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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