#348BA9

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

Shades of Scooter #348BA9

Tints of Scooter #348BA9

Color information

#348BA9 (or 0x348BA9) is unknown color: approx Scooter. HEX triplet: 34, 8B and A9. RGB value is (52,139,169). Sum of RGB (Red+Green+Blue) = 52+139+169=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #348BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348BA9 is #CB7456. Grayscale: #747474. Windows color (decimal): -13333591 or 11111220. OLE color: 11111220.

HSL color Cylindrical-coordinate representation of color #348BA9: hue angle of 195.38º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #348BA9 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB52139169-
CMYK0.690.1800.34
HSL195.38º52.94%43.33%-
HSV(B)195.38º69.23%66.27%-
XYZ17.8122.0640.86-
YUV116.41157.6882.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.44%
GREEN value IS 139 (54.69% from 255) = 38.61%
BLUE value IS 169 (66.41% from 255) = 46.94%
R=14.44%
G=38.61%
B=46.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521391690.690.1800.34195.3852.9443.33
Hex348BA94512022c3352b
Octal64213251105220423036553
Binary1101001000101110101001100010110010010001011000011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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