#349096

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

Shades of Scooter #349096

Tints of Scooter #349096

Color information

#349096 (or 0x349096) is unknown color: approx Scooter. HEX triplet: 34, 90 and 96. RGB value is (52,144,150). Sum of RGB (Red+Green+Blue) = 52+144+150=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #349096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349096 is #CB6F69. Grayscale: #757575. Windows color (decimal): -13332330 or 9867316. OLE color: 9867316.

HSL color Cylindrical-coordinate representation of color #349096: hue angle of 183.67º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349096 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB52144150-
CMYK0.650.0400.41
HSL183.67º48.51%39.61%-
HSV(B)183.67º65.33%58.82%-
XYZ16.8922.8832.38-
YUV117.18146.5281.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=15.03%
G=41.62%
B=43.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521441500.650.0400.41183.6748.5139.61
Hex349096414029b83128
Octal6422022610140512706150
Binary11010010010000100101101000001100010100110111000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349096; }

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

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

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

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

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

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

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

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