#348B95

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

Shades of Scooter #348B95

Tints of Scooter #348B95

Color information

#348B95 (or 0x348B95) is unknown color: approx Scooter. HEX triplet: 34, 8B and 95. RGB value is (52,139,149). Sum of RGB (Red+Green+Blue) = 52+139+149=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #348B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B95 is #CB746A. Grayscale: #717171. Windows color (decimal): -13333611 or 9800500. OLE color: 9800500.

HSL color Cylindrical-coordinate representation of color #348B95: hue angle of 186.19º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348B95 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52139149-
CMYK0.650.0700.42
HSL186.19º48.26%39.41%-
HSV(B)186.19º65.1%58.43%-
XYZ16.0721.3731.71-
YUV114.13147.6883.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.29%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 149 (58.59% from 255) = 43.82%
R=15.29%
G=40.88%
B=43.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521391490.650.0700.42186.1948.2639.41
Hex348B9541702Aba3027
Octal6421322510170522726047
Binary11010010001011100101011000001111010101010111010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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