#319095

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

Shades of Scooter #319095

Tints of Scooter #319095

Color information

#319095 (or 0x319095) is unknown color: approx Scooter. HEX triplet: 31, 90 and 95. RGB value is (49,144,149). Sum of RGB (Red+Green+Blue) = 49+144+149=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #319095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319095 is #CE6F6A. Grayscale: #747474. Windows color (decimal): -13528939 or 9801777. OLE color: 9801777.

HSL color Cylindrical-coordinate representation of color #319095: hue angle of 183º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319095 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49144149-
CMYK0.670.0300.42
HSL183º50.51%38.82%-
HSV(B)183º67.11%58.43%-
XYZ16.6622.7731.95-
YUV116.16146.5380.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.33%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=14.33%
G=42.11%
B=43.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491441490.670.0300.4218350.5138.82
Hex31909543302Ab73327
Octal6122022510330522676347
Binary1100011001000010010101100001111010101010110111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319095; }

 p { color: rgb(49,144,149); }

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

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

 a { background-color: rgb(49,144,149); }

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

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

 span { border-color: rgb(49,144,149); }

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