#3498A2

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

Shades of Scooter #3498A2

Tints of Scooter #3498A2

Color information

#3498A2 (or 0x3498A2) is unknown color: approx Scooter. HEX triplet: 34, 98 and A2. RGB value is (52,152,162). Sum of RGB (Red+Green+Blue) = 52+152+162=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #3498A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3498A2 is #CB675D. Grayscale: #7B7B7B. Windows color (decimal): -13330270 or 10655796. OLE color: 10655796.

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

Color convert

RGB52152162-
CMYK0.680.0600.36
HSL185.45º51.4%41.96%-
HSV(B)185.45º67.9%63.53%-
XYZ19.1725.838.15-
YUV123.24149.8777.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.21%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=14.21%
G=41.53%
B=44.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521521620.680.0600.36185.4551.441.96
Hex3498A2446024b9332a
Octal6423024210460442716352
Binary11010010011000101000101000100110010010010111001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3498A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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