#31919B

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

Shades of Scooter #31919B

Tints of Scooter #31919B

Color information

#31919B (or 0x31919B) is unknown color: approx Scooter. HEX triplet: 31, 91 and 9B. RGB value is (49,145,155). Sum of RGB (Red+Green+Blue) = 49+145+155=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #31919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31919B is #CE6E64. Grayscale: #757575. Windows color (decimal): -13528677 or 10195249. OLE color: 10195249.

HSL color Cylindrical-coordinate representation of color #31919B: hue angle of 185.66º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31919B is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB49145155-
CMYK0.680.0600.39
HSL185.66º51.96%40%-
HSV(B)185.66º68.39%60.78%-
XYZ17.3123.2734.59-
YUV117.44149.279.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.04%
GREEN value IS 145 (57.03% from 255) = 41.55%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=14.04%
G=41.55%
B=44.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491451550.680.0600.39185.6651.9640
Hex31919B446027ba3428
Octal6122123310460472726450
Binary11000110010001100110111000100110010011110111010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31919B; }

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

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

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

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

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

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

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

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