#31919F

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

Shades of Scooter #31919F

Tints of Scooter #31919F

Color information

#31919F (or 0x31919F) is unknown color: approx Scooter. HEX triplet: 31, 91 and 9F. RGB value is (49,145,159). Sum of RGB (Red+Green+Blue) = 49+145+159=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #31919F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31919F is #CE6E60. Grayscale: #757575. Windows color (decimal): -13528673 or 10457393. OLE color: 10457393.

HSL color Cylindrical-coordinate representation of color #31919F: hue angle of 187.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31919F is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB49145159-
CMYK0.690.0900.38
HSL187.64º52.88%40.78%-
HSV(B)187.64º69.18%62.35%-
XYZ17.6523.4136.39-
YUV117.89151.278.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.88%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=13.88%
G=41.08%
B=45.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491451590.690.0900.38187.6452.8840.78
Hex31919F459026bc3529
Octal61221237105110462746551
Binary110001100100011001111110001011001010011010111100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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