#28899B

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

Shades of Scooter #28899B

Tints of Scooter #28899B

Color information

#28899B (or 0x28899B) is unknown color: approx Scooter. HEX triplet: 28, 89 and 9B. RGB value is (40,137,155). Sum of RGB (Red+Green+Blue) = 40+137+155=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #28899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28899B is #D77664. Grayscale: #6D6D6D. Windows color (decimal): -14120549 or 10193192. OLE color: 10193192.

HSL color Cylindrical-coordinate representation of color #28899B: hue angle of 189.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28899B is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40137155-
CMYK0.740.1200.39
HSL189.39º58.97%38.24%-
HSV(B)189.39º74.19%60.78%-
XYZ15.7420.7134.18-
YUV110.05153.3678.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.05%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=12.05%
G=41.27%
B=46.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401371550.740.1200.39189.3958.9738.24
Hex28899B4AC027bd3b26
Octal50211233112140472757346
Binary101000100010011001101110010101100010011110111101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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