#318190

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

Shades of Scooter #318190

Tints of Scooter #318190

Color information

#318190 (or 0x318190) is unknown color: approx Scooter. HEX triplet: 31, 81 and 90. RGB value is (49,129,144). Sum of RGB (Red+Green+Blue) = 49+129+144=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #318190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318190 is #CE7E6F. Grayscale: #6A6A6A. Windows color (decimal): -13532784 or 9470257. OLE color: 9470257.

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

Color convert

RGB49129144-
CMYK0.660.1000.44
HSL189.47º49.22%37.84%-
HSV(B)189.47º65.97%56.47%-
XYZ14.1518.3729.18-
YUV106.7914986.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.22%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=15.22%
G=40.06%
B=44.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491291440.660.1000.44189.4749.2237.84
Hex31819042A02Cbd3126
Octal61201220102120542756146
Binary110001100000011001000010000101010010110010111101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318190; }

 p { color: rgb(49,129,144); }

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

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

 a { background-color: rgb(49,129,144); }

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

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

 span { border-color: rgb(49,129,144); }

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