#3A939E

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

Shades of Scooter #3A939E

Tints of Scooter #3A939E

Color information

#3A939E (or 0x3A939E) is unknown color: approx Scooter. HEX triplet: 3A, 93 and 9E. RGB value is (58,147,158). Sum of RGB (Red+Green+Blue) = 58+147+158=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A939E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A939E is #C56C61. Grayscale: #797979. Windows color (decimal): -12938338 or 10392378. OLE color: 10392378.

HSL color Cylindrical-coordinate representation of color #3A939E: hue angle of 186.6º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A939E is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB58147158-
CMYK0.630.0700.38
HSL186.6º46.3%42.35%-
HSV(B)186.6º63.29%61.96%-
XYZ18.3524.2436.06-
YUV121.64148.5182.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.98%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=15.98%
G=40.50%
B=43.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581471580.630.0700.38186.646.342.35
Hex3A939E3F7026bb2e2a
Octal722232367770462735652
Binary1110101001001110011110111111111010011010111011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A939E; }

 p { color: rgb(58,147,158); }

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

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

 a { background-color: rgb(58,147,158); }

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

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

 span { border-color: rgb(58,147,158); }

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