#28869F

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

Shades of Scooter #28869F

Tints of Scooter #28869F

Color information

#28869F (or 0x28869F) is unknown color: approx Scooter. HEX triplet: 28, 86 and 9F. RGB value is (40,134,159). Sum of RGB (Red+Green+Blue) = 40+134+159=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #28869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28869F is #D77960. Grayscale: #6C6C6C. Windows color (decimal): -14121313 or 10454568. OLE color: 10454568.

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

Color convert

RGB40134159-
CMYK0.750.1600.38
HSL192.61º59.8%39.02%-
HSV(B)192.61º74.84%62.35%-
XYZ15.662035.84-
YUV108.74156.3678.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.01%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 159 (62.5% from 255) = 47.75%
R=12.01%
G=40.24%
B=47.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401341590.750.1600.38192.6159.839.02
Hex28869F4B10026c13c27
Octal50206237113200463017447
Binary1010001000011010011111100101110000010011011000001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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