#399099

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

Shades of Scooter #399099

Tints of Scooter #399099

Color information

#399099 (or 0x399099) is unknown color: approx Scooter. HEX triplet: 39, 90 and 99. RGB value is (57,144,153). Sum of RGB (Red+Green+Blue) = 57+144+153=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #399099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399099 is #C66F66. Grayscale: #767676. Windows color (decimal): -13004647 or 10063929. OLE color: 10063929.

HSL color Cylindrical-coordinate representation of color #399099: hue angle of 185.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399099 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB57144153-
CMYK0.630.0600.4
HSL185.62º45.71%41.18%-
HSV(B)185.62º62.75%60%-
XYZ17.4123.1233.68-
YUV119.01147.1883.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.10%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=16.10%
G=40.68%
B=43.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571441530.630.0600.4185.6245.7141.18
Hex3990993F6028ba2e29
Octal712202317760502725651
Binary1110011001000010011001111111110010100010111010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399099; }

 p { color: rgb(57,144,153); }

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

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

 a { background-color: rgb(57,144,153); }

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

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

 span { border-color: rgb(57,144,153); }

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