#348499

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

Shades of Scooter #348499

Tints of Scooter #348499

Color information

#348499 (or 0x348499) is unknown color: approx Scooter. HEX triplet: 34, 84 and 99. RGB value is (52,132,153). Sum of RGB (Red+Green+Blue) = 52+132+153=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #348499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348499 is #CB7B66. Grayscale: #6E6E6E. Windows color (decimal): -13335399 or 10060852. OLE color: 10060852.

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

Color convert

RGB52132153-
CMYK0.660.1400.4
HSL192.48º49.27%40.2%-
HSV(B)192.48º66.01%60%-
XYZ15.4219.5333.09-
YUV110.4715286.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=15.43%
G=39.17%
B=45.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521321530.660.1400.4192.4849.2740.2
Hex34849942E028c03128
Octal64204231102160503006150
Binary110100100001001001100110000101110010100011000000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348499; }

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

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

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

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

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

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

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

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