#349BA9

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

Shades of Scooter #349BA9

Tints of Scooter #349BA9

Color information

#349BA9 (or 0x349BA9) is unknown color: approx Scooter. HEX triplet: 34, 9B and A9. RGB value is (52,155,169). Sum of RGB (Red+Green+Blue) = 52+155+169=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #349BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349BA9 is #CB6456. Grayscale: #7D7D7D. Windows color (decimal): -13329495 or 11115316. OLE color: 11115316.

HSL color Cylindrical-coordinate representation of color #349BA9: hue angle of 187.18º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #349BA9 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB52155169-
CMYK0.690.0800.34
HSL187.18º52.94%43.33%-
HSV(B)187.18º69.23%66.27%-
XYZ20.327.0441.68-
YUV125.8152.3875.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.83%
GREEN value IS 155 (60.94% from 255) = 41.22%
BLUE value IS 169 (66.41% from 255) = 44.95%
R=13.83%
G=41.22%
B=44.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521551690.690.0800.34187.1852.9443.33
Hex349BA9458022bb352b
Octal64233251105100422736553
Binary110100100110111010100110001011000010001010111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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