#348DA2

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

Shades of Scooter #348DA2

Tints of Scooter #348DA2

Color information

#348DA2 (or 0x348DA2) is unknown color: approx Scooter. HEX triplet: 34, 8D and A2. RGB value is (52,141,162). Sum of RGB (Red+Green+Blue) = 52+141+162=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #348DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348DA2 is #CB725D. Grayscale: #747474. Windows color (decimal): -13333086 or 10652980. OLE color: 10652980.

HSL color Cylindrical-coordinate representation of color #348DA2: hue angle of 191.45º 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 #348DA2 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB52141162-
CMYK0.680.1300.36
HSL191.45º51.4%41.96%-
HSV(B)191.45º67.9%63.53%-
XYZ17.4622.3937.58-
YUV116.78153.5181.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 162 (63.67% from 255) = 45.63%
R=14.65%
G=39.72%
B=45.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521411620.680.1300.36191.4551.441.96
Hex348DA244D024bf332a
Octal64215242104150442776352
Binary110100100011011010001010001001101010010010111111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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