#319199

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

Shades of Scooter #319199

Tints of Scooter #319199

Color information

#319199 (or 0x319199) is unknown color: approx Scooter. HEX triplet: 31, 91 and 99. RGB value is (49,145,153). Sum of RGB (Red+Green+Blue) = 49+145+153=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #319199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319199 is #CE6E66. Grayscale: #757575. Windows color (decimal): -13528679 or 10064177. OLE color: 10064177.

HSL color Cylindrical-coordinate representation of color #319199: hue angle of 184.62º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319199 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB49145153-
CMYK0.680.0500.4
HSL184.62º51.49%39.61%-
HSV(B)184.62º67.97%60%-
XYZ17.1423.233.71-
YUV117.21148.279.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.12%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=14.12%
G=41.79%
B=44.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491451530.680.0500.4184.6251.4939.61
Hex319199445028b93328
Octal6122123110450502716350
Binary11000110010001100110011000100101010100010111001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319199; }

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

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

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

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

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

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

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

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