#347E9A

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

Shades of Scooter #347E9A

Tints of Scooter #347E9A

Color information

#347E9A (or 0x347E9A) is unknown color: approx Scooter. HEX triplet: 34, 7E and 9A. RGB value is (52,126,154). Sum of RGB (Red+Green+Blue) = 52+126+154=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #347E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347E9A is #CB8165. Grayscale: #6A6A6A. Windows color (decimal): -13336934 or 10124852. OLE color: 10124852.

HSL color Cylindrical-coordinate representation of color #347E9A: hue angle of 196.47º degrees, saturation: 0.5, 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 #347E9A is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB52126154-
CMYK0.660.1800.40
HSL196.47º49.51%40.39%-
HSV(B)196.47º66.23%60.39%-
XYZ14.7117.9833.27-
YUV107.07154.4888.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 154 (60.55% from 255) = 46.39%
R=15.66%
G=37.95%
B=46.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521261540.660.1800.40196.4749.5140.39
Hex347E9A4212028c43228
Octal64176232102220503046250
Binary110100111111010011010100001010010010100011000100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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