#28899E

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

Shades of Scooter #28899E

Tints of Scooter #28899E

Color information

#28899E (or 0x28899E) is unknown color: approx Scooter. HEX triplet: 28, 89 and 9E. RGB value is (40,137,158). Sum of RGB (Red+Green+Blue) = 40+137+158=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #28899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28899E is #D77661. Grayscale: #6E6E6E. Windows color (decimal): -14120546 or 10389800. OLE color: 10389800.

HSL color Cylindrical-coordinate representation of color #28899E: hue angle of 190.68º 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 #28899E is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB40137158-
CMYK0.750.1300.38
HSL190.68º59.6%38.82%-
HSV(B)190.68º74.68%61.96%-
XYZ15.9920.8135.52-
YUV110.39154.8677.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.94%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=11.94%
G=40.90%
B=47.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401371580.750.1300.38190.6859.638.82
Hex28899E4BD026bf3c27
Octal50211236113150462777447
Binary101000100010011001111010010111101010011010111111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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