#3293A1

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

Shades of Scooter #3293A1

Tints of Scooter #3293A1

Color information

#3293A1 (or 0x3293A1) is unknown color: approx Scooter. HEX triplet: 32, 93 and A1. RGB value is (50,147,161). Sum of RGB (Red+Green+Blue) = 50+147+161=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 161 - color contains mainly: blue. Hex color #3293A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3293A1 is #CD6C5E. Grayscale: #777777. Windows color (decimal): -13462623 or 10588978. OLE color: 10588978.

HSL color Cylindrical-coordinate representation of color #3293A1: hue angle of 187.57º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3293A1 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB50147161-
CMYK0.690.0900.37
HSL187.57º52.61%41.37%-
HSV(B)187.57º68.94%63.14%-
XYZ18.1824.1237.42-
YUV119.59151.3678.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.97%
GREEN value IS 147 (57.81% from 255) = 41.06%
BLUE value IS 161 (63.28% from 255) = 44.97%
R=13.97%
G=41.06%
B=44.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal501471610.690.0900.37187.5752.6141.37
Hex3293A1459025bc3529
Octal62223241105110452746551
Binary110010100100111010000110001011001010010110111100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3293A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3293A1; }

 p { color: rgb(50,147,161); }

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

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

 a { background-color: rgb(50,147,161); }

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

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

 span { border-color: rgb(50,147,161); }

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