#319198

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

Shades of Scooter #319198

Tints of Scooter #319198

Color information

#319198 (or 0x319198) is unknown color: approx Scooter. HEX triplet: 31, 91 and 98. RGB value is (49,145,152). Sum of RGB (Red+Green+Blue) = 49+145+152=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #319198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319198 is #CE6E67. Grayscale: #747474. Windows color (decimal): -13528680 or 9998641. OLE color: 9998641.

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

Color convert

RGB49145152-
CMYK0.680.0500.40
HSL184.08º51.24%39.41%-
HSV(B)184.08º67.76%59.61%-
XYZ17.0623.1733.28-
YUV117.09147.779.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.16%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 152 (59.77% from 255) = 43.93%
R=14.16%
G=41.91%
B=43.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491451520.680.0500.40184.0851.2439.41
Hex319198445028b83327
Octal6122123010450502706347
Binary11000110010001100110001000100101010100010111000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319198; }

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

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

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

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

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

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

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

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