#347f9f

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

Shades of Scooter #347F9F

Tints of Scooter #347F9F

Color information

#347F9F (or 0x347F9F) is unknown color: approx Scooter. HEX triplet: 34, 7F and 9F. RGB value is (52,127,159). Sum of RGB (Red+Green+Blue) = 52+127+159=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #347F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347F9F is #CB8060. Grayscale: #6C6C6C. Windows color (decimal): -13336673 or 10452788. OLE color: 10452788.

HSL color Cylindrical-coordinate representation of color #347F9F: hue angle of 197.94º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #347F9F is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB52127159-
CMYK0.670.2000.38
HSL197.94º50.71%41.37%-
HSV(B)197.94º67.3%62.35%-
XYZ15.2618.4135.55-
YUV108.22156.6587.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.38%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=15.38%
G=37.57%
B=47.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521271590.670.2000.38197.9450.7141.37
Hex347F9F4314026c63329
Octal64177237103240463066351
Binary110100111111110011111100001110100010011011000110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347f9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347f9f; }

 p { color: rgb(52,127,159); }

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

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

 a { background-color: rgb(52,127,159); }

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

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

 span { border-color: rgb(52,127,159); }

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