#348999

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

Shades of Scooter #348999

Tints of Scooter #348999

Color information

#348999 (or 0x348999) is unknown color: approx Scooter. HEX triplet: 34, 89 and 99. RGB value is (52,137,153). Sum of RGB (Red+Green+Blue) = 52+137+153=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #348999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348999 is #CB7666. Grayscale: #717171. Windows color (decimal): -13334119 or 10062132. OLE color: 10062132.

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

Color convert

RGB52137153-
CMYK0.660.1000.4
HSL189.5º49.27%40.2%-
HSV(B)189.5º66.01%60%-
XYZ16.1120.9233.33-
YUV113.41150.3484.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.20%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=15.20%
G=40.06%
B=44.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521371530.660.1000.4189.549.2740.2
Hex34899942A028be3128
Octal64211231102120502766150
Binary110100100010011001100110000101010010100010111110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348999; }

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

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

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

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

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

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

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

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