#3490A2

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

Shades of Scooter #3490A2

Tints of Scooter #3490A2

Color information

#3490A2 (or 0x3490A2) is unknown color: approx Scooter. HEX triplet: 34, 90 and A2. RGB value is (52,144,162). Sum of RGB (Red+Green+Blue) = 52+144+162=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 162 - color contains mainly: blue. Hex color #3490A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3490A2 is #CB6F5D. Grayscale: #767676. Windows color (decimal): -13332318 or 10653748. OLE color: 10653748.

HSL color Cylindrical-coordinate representation of color #3490A2: hue angle of 189.82º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3490A2 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB52144162-
CMYK0.680.1100.36
HSL189.82º51.4%41.96%-
HSV(B)189.82º67.9%63.53%-
XYZ17.9123.2937.73-
YUV118.54152.5280.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.53%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 162 (63.67% from 255) = 45.25%
R=14.53%
G=40.22%
B=45.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521441620.680.1100.36189.8251.441.96
Hex3490A244B024be332a
Octal64220242104130442766352
Binary110100100100001010001010001001011010010010111110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3490A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3490A2; }

 p { color: rgb(52,144,162); }

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

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

 a { background-color: rgb(52,144,162); }

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

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

 span { border-color: rgb(52,144,162); }

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