#319FA5

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

Shades of Scooter #319FA5

Tints of Scooter #319FA5

Color information

#319FA5 (or 0x319FA5) is unknown color: approx Scooter. HEX triplet: 31, 9F and A5. RGB value is (49,159,165). Sum of RGB (Red+Green+Blue) = 49+159+165=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #319FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319FA5 is #CE605A. Grayscale: #7E7E7E. Windows color (decimal): -13525083 or 10854193. OLE color: 10854193.

HSL color Cylindrical-coordinate representation of color #319FA5: hue angle of 183.1º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #319FA5 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB49159165-
CMYK0.700.0400.35
HSL183.1º54.21%41.96%-
HSV(B)183.1º70.3%64.71%-
XYZ20.4628.1739.96-
YUV126.79149.5672.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.14%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 165 (64.84% from 255) = 44.24%
R=13.14%
G=42.63%
B=44.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal491591650.700.0400.35183.154.2141.96
Hex319FA5464023b7362a
Octal6123724510640432676652
Binary11000110011111101001011000110100010001110110111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319FA5; }

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

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

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

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

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

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

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

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