#3193A3

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

Shades of Scooter #3193A3

Tints of Scooter #3193A3

Color information

#3193A3 (or 0x3193A3) is unknown color: approx Scooter. HEX triplet: 31, 93 and A3. RGB value is (49,147,163). Sum of RGB (Red+Green+Blue) = 49+147+163=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #3193A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3193A3 is #CE6C5C. Grayscale: #777777. Windows color (decimal): -13528157 or 10720049. OLE color: 10720049.

HSL color Cylindrical-coordinate representation of color #3193A3: hue angle of 188.42º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3193A3 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB49147163-
CMYK0.700.1000.36
HSL188.42º53.77%41.57%-
HSV(B)188.42º69.94%63.92%-
XYZ18.3124.1638.35-
YUV119.52152.5377.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.65%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 163 (64.06% from 255) = 45.40%
R=13.65%
G=40.95%
B=45.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491471630.700.1000.36188.4253.7741.57
Hex3193A346A024bc362a
Octal61223243106120442746652
Binary110001100100111010001110001101010010010010111100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3193A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3193A3; }

 p { color: rgb(49,147,163); }

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

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

 a { background-color: rgb(49,147,163); }

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

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

 span { border-color: rgb(49,147,163); }

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