#348EA5

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

Shades of Scooter #348EA5

Tints of Scooter #348EA5

Color information

#348EA5 (or 0x348EA5) is unknown color: approx Scooter. HEX triplet: 34, 8E and A5. RGB value is (52,142,165). Sum of RGB (Red+Green+Blue) = 52+142+165=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #348EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348EA5 is #CB715A. Grayscale: #757575. Windows color (decimal): -13332827 or 10849844. OLE color: 10849844.

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

Color convert

RGB52142165-
CMYK0.680.1400.35
HSL192.21º52.07%42.55%-
HSV(B)192.21º68.48%64.71%-
XYZ17.8822.7939.05-
YUV117.71154.6881.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.48%
GREEN value IS 142 (55.86% from 255) = 39.55%
BLUE value IS 165 (64.84% from 255) = 45.96%
R=14.48%
G=39.55%
B=45.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521421650.680.1400.35192.2152.0742.55
Hex348EA544E023c0342b
Octal64216245104160433006453
Binary110100100011101010010110001001110010001111000000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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