#349599

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

Shades of Scooter #349599

Tints of Scooter #349599

Color information

#349599 (or 0x349599) is unknown color: approx Scooter. HEX triplet: 34, 95 and 99. RGB value is (52,149,153). Sum of RGB (Red+Green+Blue) = 52+149+153=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #349599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349599 is #CB6A66. Grayscale: #787878. Windows color (decimal): -13331047 or 10065204. OLE color: 10065204.

HSL color Cylindrical-coordinate representation of color #349599: hue angle of 182.38º 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 #349599 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB52149153-
CMYK0.660.0300.4
HSL182.38º49.27%40.2%-
HSV(B)182.38º66.01%60%-
XYZ17.9124.5233.93-
YUV120.45146.3679.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.69%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=14.69%
G=42.09%
B=43.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521491530.660.0300.4182.3849.2740.2
Hex349599423028b63128
Octal6422523110230502666150
Binary1101001001010110011001100001011010100010110110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349599; }

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

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

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

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

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

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

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

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