#318191

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

Shades of Scooter #318191

Tints of Scooter #318191

Color information

#318191 (or 0x318191) is unknown color: approx Scooter. HEX triplet: 31, 81 and 91. RGB value is (49,129,145). Sum of RGB (Red+Green+Blue) = 49+129+145=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #318191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318191 is #CE7E6E. Grayscale: #6A6A6A. Windows color (decimal): -13532783 or 9535793. OLE color: 9535793.

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

Color convert

RGB49129145-
CMYK0.660.1100.43
HSL190º49.48%38.04%-
HSV(B)190º66.21%56.86%-
XYZ14.2318.429.59-
YUV106.9149.586.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 145 (57.03% from 255) = 44.89%
R=15.17%
G=39.94%
B=44.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491291450.660.1100.4319049.4838.04
Hex31819142B02Bbe3126
Octal61201221102130532766146
Binary110001100000011001000110000101011010101110111110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318191; }

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

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

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

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

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

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

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

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