#348393

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

Shades of Scooter #348393

Tints of Scooter #348393

Color information

#348393 (or 0x348393) is unknown color: approx Scooter. HEX triplet: 34, 83 and 93. RGB value is (52,131,147). Sum of RGB (Red+Green+Blue) = 52+131+147=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #348393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348393 is #CB7C6C. Grayscale: #6D6D6D. Windows color (decimal): -13335661 or 9667380. OLE color: 9667380.

HSL color Cylindrical-coordinate representation of color #348393: hue angle of 190.11º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348393 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52131147-
CMYK0.650.1100.42
HSL190.11º47.74%39.02%-
HSV(B)190.11º64.63%57.65%-
XYZ14.819.0730.5-
YUV109.2149.3387.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.76%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=15.76%
G=39.70%
B=44.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521311470.650.1100.42190.1147.7439.02
Hex34839341B02Abe3027
Octal64203223101130522766047
Binary110100100000111001001110000011011010101010111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348393; }

 p { color: rgb(52,131,147); }

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

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

 a { background-color: rgb(52,131,147); }

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

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

 span { border-color: rgb(52,131,147); }

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