#348EA2

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

Shades of Scooter #348EA2

Tints of Scooter #348EA2

Color information

#348EA2 (or 0x348EA2) is unknown color: approx Scooter. HEX triplet: 34, 8E and A2. RGB value is (52,142,162). Sum of RGB (Red+Green+Blue) = 52+142+162=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 162 - color contains mainly: blue. Hex color #348EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348EA2 is #CB715D. Grayscale: #757575. Windows color (decimal): -13332830 or 10653236. OLE color: 10653236.

HSL color Cylindrical-coordinate representation of color #348EA2: hue angle of 190.91º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #348EA2 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB52142162-
CMYK0.680.1200.36
HSL190.91º51.4%41.96%-
HSV(B)190.91º67.9%63.53%-
XYZ17.6122.6837.63-
YUV117.37153.1881.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.61%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 162 (63.67% from 255) = 45.51%
R=14.61%
G=39.89%
B=45.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521421620.680.1200.36190.9151.441.96
Hex348EA244C024bf332a
Octal64216242104140442776352
Binary110100100011101010001010001001100010010010111111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348EA2; }

 p { color: rgb(52,142,162); }

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

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

 a { background-color: rgb(52,142,162); }

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

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

 span { border-color: rgb(52,142,162); }

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