#347F99

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

Shades of Scooter #347F99

Tints of Scooter #347F99

Color information

#347F99 (or 0x347F99) is unknown color: approx Scooter. HEX triplet: 34, 7F and 99. RGB value is (52,127,153). Sum of RGB (Red+Green+Blue) = 52+127+153=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #347F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347F99 is #CB8066. Grayscale: #6B6B6B. Windows color (decimal): -13336679 or 10059572. OLE color: 10059572.

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

Color convert

RGB52127153-
CMYK0.660.1700.4
HSL195.45º49.27%40.2%-
HSV(B)195.45º66.01%60%-
XYZ14.7618.2132.87-
YUV107.54153.6588.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=15.66%
G=38.25%
B=46.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521271530.660.1700.4195.4549.2740.2
Hex347F994211028c33128
Octal64177231102210503036150
Binary110100111111110011001100001010001010100011000011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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