#318090

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

Shades of Scooter #318090

Tints of Scooter #318090

Color information

#318090 (or 0x318090) is unknown color: approx Scooter. HEX triplet: 31, 80 and 90. RGB value is (49,128,144). Sum of RGB (Red+Green+Blue) = 49+128+144=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #318090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318090 is #CE7F6F. Grayscale: #6A6A6A. Windows color (decimal): -13533040 or 9470001. OLE color: 9470001.

HSL color Cylindrical-coordinate representation of color #318090: hue angle of 190.11º 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 #318090 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49128144-
CMYK0.660.1100.44
HSL190.11º49.22%37.84%-
HSV(B)190.11º65.97%56.47%-
XYZ14.0218.129.14-
YUV106.2149.3387.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.26%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=15.26%
G=39.88%
B=44.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491281440.660.1100.44190.1149.2237.84
Hex31809042B02Cbe3126
Octal61200220102130542766146
Binary110001100000001001000010000101011010110010111110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318090; }

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

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

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

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

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

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

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

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