#348BA6

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

Shades of Scooter #348BA6

Tints of Scooter #348BA6

Color information

#348BA6 (or 0x348BA6) is unknown color: approx Scooter. HEX triplet: 34, 8B and A6. RGB value is (52,139,166). Sum of RGB (Red+Green+Blue) = 52+139+166=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #348BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348BA6 is #CB7459. Grayscale: #737373. Windows color (decimal): -13333594 or 10914612. OLE color: 10914612.

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

Color convert

RGB52139166-
CMYK0.690.1600.35
HSL194.21º52.29%42.75%-
HSV(B)194.21º68.67%65.1%-
XYZ17.5321.9539.39-
YUV116.06156.1882.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.57%
GREEN value IS 139 (54.69% from 255) = 38.94%
BLUE value IS 166 (65.23% from 255) = 46.50%
R=14.57%
G=38.94%
B=46.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521391660.690.1600.35194.2152.2942.75
Hex348BA64510023c2342b
Octal64213246105200433026453
Binary1101001000101110100110100010110000010001111000010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,139,166); }

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

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

 a { background-color: rgb(52,139,166); }

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

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

 span { border-color: rgb(52,139,166); }

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