#28869B

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

Shades of Scooter #28869B

Tints of Scooter #28869B

Color information

#28869B (or 0x28869B) is unknown color: approx Scooter. HEX triplet: 28, 86 and 9B. RGB value is (40,134,155). Sum of RGB (Red+Green+Blue) = 40+134+155=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #28869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28869B is #D77964. Grayscale: #6C6C6C. Windows color (decimal): -14121317 or 10192424. OLE color: 10192424.

HSL color Cylindrical-coordinate representation of color #28869B: hue angle of 190.96º 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 #28869B is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40134155-
CMYK0.740.1400.39
HSL190.96º58.97%38.24%-
HSV(B)190.96º74.19%60.78%-
XYZ15.3219.8734.04-
YUV108.29154.3679.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.16%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=12.16%
G=40.73%
B=47.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401341550.740.1400.39190.9658.9738.24
Hex28869B4AE027bf3b26
Octal50206233112160472777346
Binary101000100001101001101110010101110010011110111111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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