#349099

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

Shades of Scooter #349099

Tints of Scooter #349099

Color information

#349099 (or 0x349099) is unknown color: approx Scooter. HEX triplet: 34, 90 and 99. RGB value is (52,144,153). Sum of RGB (Red+Green+Blue) = 52+144+153=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #349099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349099 is #CB6F66. Grayscale: #757575. Windows color (decimal): -13332327 or 10063924. OLE color: 10063924.

HSL color Cylindrical-coordinate representation of color #349099: hue angle of 185.35º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349099 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB52144153-
CMYK0.660.0600.4
HSL185.35º49.27%40.2%-
HSV(B)185.35º66.01%60%-
XYZ17.1422.9833.67-
YUV117.52148.0281.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.90%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=14.90%
G=41.26%
B=43.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521441530.660.0600.4185.3549.2740.2
Hex349099426028b93128
Octal6422023110260502716150
Binary11010010010000100110011000010110010100010111001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349099; }

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

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

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

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

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

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

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

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