#348A9C

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

Shades of Scooter #348A9C

Tints of Scooter #348A9C

Color information

#348A9C (or 0x348A9C) is unknown color: approx Scooter. HEX triplet: 34, 8A and 9C. RGB value is (52,138,156). Sum of RGB (Red+Green+Blue) = 52+138+156=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #348A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348A9C is #CB7563. Grayscale: #727272. Windows color (decimal): -13333860 or 10258996. OLE color: 10258996.

HSL color Cylindrical-coordinate representation of color #348A9C: hue angle of 190.38º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #348A9C is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB52138156-
CMYK0.670.1200.39
HSL190.38º50%40.78%-
HSV(B)190.38º66.67%61.18%-
XYZ16.5121.3134.7-
YUV114.34151.5183.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 138 (54.30% from 255) = 39.88%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=15.03%
G=39.88%
B=45.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521381560.670.1200.39190.385040.78
Hex348A9C43C027be3229
Octal64212234103140472766251
Binary110100100010101001110010000111100010011110111110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,138,156); }

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

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

 a { background-color: rgb(52,138,156); }

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

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

 span { border-color: rgb(52,138,156); }

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