#28819e

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

Shades of Scooter #28819E

Tints of Scooter #28819E

Color information

#28819E (or 0x28819E) is unknown color: approx Scooter. HEX triplet: 28, 81 and 9E. RGB value is (40,129,158). Sum of RGB (Red+Green+Blue) = 40+129+158=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #28819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28819E is #D77E61. Grayscale: #696969. Windows color (decimal): -14122594 or 10387752. OLE color: 10387752.

HSL color Cylindrical-coordinate representation of color #28819E: hue angle of 194.75º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28819E is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB40129158-
CMYK0.750.1800.38
HSL194.75º59.6%38.82%-
HSV(B)194.75º74.68%61.96%-
XYZ14.918.6235.16-
YUV105.7157.5181.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.23%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=12.23%
G=39.45%
B=48.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401291580.750.1800.38194.7559.638.82
Hex28819E4B12026c33c27
Octal50201236113220463037447
Binary1010001000000110011110100101110010010011011000011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28819e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,129,158); }

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

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

 a { background-color: rgb(40,129,158); }

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

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

 span { border-color: rgb(40,129,158); }

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