#348DA5

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

Shades of Scooter #348DA5

Tints of Scooter #348DA5

Color information

#348DA5 (or 0x348DA5) is unknown color: approx Scooter. HEX triplet: 34, 8D and A5. RGB value is (52,141,165). Sum of RGB (Red+Green+Blue) = 52+141+165=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 165 - color contains mainly: blue. Hex color #348DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348DA5 is #CB725A. Grayscale: #747474. Windows color (decimal): -13333083 or 10849588. OLE color: 10849588.

HSL color Cylindrical-coordinate representation of color #348DA5: hue angle of 192.74º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #348DA5 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB52141165-
CMYK0.680.1500.35
HSL192.74º52.07%42.55%-
HSV(B)192.74º68.48%64.71%-
XYZ17.7322.539-
YUV117.12155.0181.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.53%
GREEN value IS 141 (55.47% from 255) = 39.39%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=14.53%
G=39.39%
B=46.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521411650.680.1500.35192.7452.0742.55
Hex348DA544F023c1342b
Octal64215245104170433016453
Binary110100100011011010010110001001111010001111000001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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