#348F9D

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

Shades of Scooter #348F9D

Tints of Scooter #348F9D

Color information

#348F9D (or 0x348F9D) is unknown color: approx Scooter. HEX triplet: 34, 8F and 9D. RGB value is (52,143,157). Sum of RGB (Red+Green+Blue) = 52+143+157=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #348F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348F9D is #CB7062. Grayscale: #757575. Windows color (decimal): -13332579 or 10325812. OLE color: 10325812.

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

Color convert

RGB52143157-
CMYK0.670.0900.38
HSL188º50.24%40.98%-
HSV(B)188º66.88%61.57%-
XYZ17.3222.8135.39-
YUV117.39150.3581.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.77%
GREEN value IS 143 (56.25% from 255) = 40.62%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=14.77%
G=40.62%
B=44.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521431570.670.0900.3818850.2440.98
Hex348F9D439026bc3229
Octal64217235103110462746251
Binary110100100011111001110110000111001010011010111100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,143,157); }

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

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

 a { background-color: rgb(52,143,157); }

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

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

 span { border-color: rgb(52,143,157); }

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