#347E9E

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

Shades of Scooter #347E9E

Tints of Scooter #347E9E

Color information

#347E9E (or 0x347E9E) is unknown color: approx Scooter. HEX triplet: 34, 7E and 9E. RGB value is (52,126,158). Sum of RGB (Red+Green+Blue) = 52+126+158=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #347E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347E9E is #CB8161. Grayscale: #6B6B6B. Windows color (decimal): -13336930 or 10386996. OLE color: 10386996.

HSL color Cylindrical-coordinate representation of color #347E9E: hue angle of 198.11º degrees, saturation: 0.5, 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 #347E9E is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB52126158-
CMYK0.670.2000.38
HSL198.11º50.48%41.18%-
HSV(B)198.11º67.09%61.96%-
XYZ15.0518.1235.05-
YUV107.52156.4888.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 126 (49.61% from 255) = 37.5%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=15.48%
G=37.5%
B=47.02%

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
Decimal521261580.670.2000.38198.1150.4841.18
Hex347E9E4314026c63229
Octal64176236103240463066251
Binary110100111111010011110100001110100010011011000110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,126,158); }

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

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

 a { background-color: rgb(52,126,158); }

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

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

 span { border-color: rgb(52,126,158); }

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