#348E99

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

Shades of Scooter #348E99

Tints of Scooter #348E99

Color information

#348E99 (or 0x348E99) is unknown color: approx Scooter. HEX triplet: 34, 8E and 99. RGB value is (52,142,153). Sum of RGB (Red+Green+Blue) = 52+142+153=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #348E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348E99 is #CB7166. Grayscale: #747474. Windows color (decimal): -13332839 or 10063412. OLE color: 10063412.

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

Color convert

RGB52142153-
CMYK0.660.0700.4
HSL186.53º49.27%40.2%-
HSV(B)186.53º66.01%60%-
XYZ16.8422.3833.57-
YUV116.34148.6882.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.99%
GREEN value IS 142 (55.86% from 255) = 40.92%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=14.99%
G=40.92%
B=44.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521421530.660.0700.4186.5349.2740.2
Hex348E99427028bb3128
Octal6421623110270502736150
Binary11010010001110100110011000010111010100010111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348E99; }

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

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

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

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

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

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

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

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