#349BA2

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

Shades of Scooter #349BA2

Tints of Scooter #349BA2

Color information

#349BA2 (or 0x349BA2) is unknown color: approx Scooter. HEX triplet: 34, 9B and A2. RGB value is (52,155,162). Sum of RGB (Red+Green+Blue) = 52+155+162=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 162 - color contains mainly: blue. Hex color #349BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349BA2 is #CB645D. Grayscale: #7C7C7C. Windows color (decimal): -13329502 or 10656564. OLE color: 10656564.

HSL color Cylindrical-coordinate representation of color #349BA2: hue angle of 183.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 #349BA2 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB52155162-
CMYK0.680.0400.36
HSL183.82º51.4%41.96%-
HSV(B)183.82º67.9%63.53%-
XYZ19.6626.7838.32-
YUV125148.8875.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.09%
GREEN value IS 155 (60.94% from 255) = 42.01%
BLUE value IS 162 (63.67% from 255) = 43.90%
R=14.09%
G=42.01%
B=43.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521551620.680.0400.36183.8251.441.96
Hex349BA2444024b8332a
Octal6423324210440442706352
Binary11010010011011101000101000100100010010010111000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349BA2; }

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

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

<style>
 a { background-color: #349BA2; }

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

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

<style>
 span { border-color: #349BA2; }

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

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