#348290

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

Shades of Scooter #348290

Tints of Scooter #348290

Color information

#348290 (or 0x348290) is unknown color: approx Scooter. HEX triplet: 34, 82 and 90. RGB value is (52,130,144). Sum of RGB (Red+Green+Blue) = 52+130+144=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #348290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348290 is #CB7D6F. Grayscale: #6C6C6C. Windows color (decimal): -13335920 or 9470516. OLE color: 9470516.

HSL color Cylindrical-coordinate representation of color #348290: hue angle of 189.13º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348290 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB52130144-
CMYK0.640.1000.44
HSL189.13º46.94%38.43%-
HSV(B)189.13º63.89%56.47%-
XYZ14.4318.7129.24-
YUV108.27148.1687.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 144 (56.64% from 255) = 44.17%
R=15.95%
G=39.88%
B=44.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521301440.640.1000.44189.1346.9438.43
Hex34829040A02Cbd2f26
Octal64202220100120542755746
Binary110100100000101001000010000001010010110010111101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348290; }

 p { color: rgb(52,130,144); }

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

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

 a { background-color: rgb(52,130,144); }

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

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

 span { border-color: rgb(52,130,144); }

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