#348EAB

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

Shades of Scooter #348EAB

Tints of Scooter #348EAB

Color information

#348EAB (or 0x348EAB) is unknown color: approx Scooter. HEX triplet: 34, 8E and AB. RGB value is (52,142,171). Sum of RGB (Red+Green+Blue) = 52+142+171=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #348EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348EAB is #CB7154. Grayscale: #767676. Windows color (decimal): -13332821 or 11243060. OLE color: 11243060.

HSL color Cylindrical-coordinate representation of color #348EAB: hue angle of 194.62º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348EAB is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52142171-
CMYK0.700.1700.33
HSL194.62º53.36%43.73%-
HSV(B)194.62º69.59%67.06%-
XYZ18.4423.0242-
YUV118.4157.6880.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.25%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=14.25%
G=38.90%
B=46.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521421710.700.1700.33194.6253.3643.73
Hex348EAB4611021c3352c
Octal64216253106210413036554
Binary1101001000111010101011100011010001010000111000011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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