#3A949D

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

Shades of Scooter #3A949D

Tints of Scooter #3A949D

Color information

#3A949D (or 0x3A949D) is unknown color: approx Scooter. HEX triplet: 3A, 94 and 9D. RGB value is (58,148,157). Sum of RGB (Red+Green+Blue) = 58+148+157=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A949D is #C56B62. Grayscale: #797979. Windows color (decimal): -12938083 or 10327098. OLE color: 10327098.

HSL color Cylindrical-coordinate representation of color #3A949D: hue angle of 185.45º 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 #3A949D is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB58148157-
CMYK0.630.0600.38
HSL185.45º46.05%42.16%-
HSV(B)185.45º63.06%61.57%-
XYZ18.4224.5135.66-
YUV122.12147.6882.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.98%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=15.98%
G=40.77%
B=43.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581481570.630.0600.38185.4546.0542.16
Hex3A949D3F6026b92e2a
Octal722242357760462715652
Binary1110101001010010011101111111110010011010111001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,148,157); }

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

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

 a { background-color: rgb(58,148,157); }

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

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

 span { border-color: rgb(58,148,157); }

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