#319ba7

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

Shades of Scooter #319BA7

Tints of Scooter #319BA7

Color information

#319BA7 (or 0x319BA7) is unknown color: approx Scooter. HEX triplet: 31, 9B and A7. RGB value is (49,155,167). Sum of RGB (Red+Green+Blue) = 49+155+167=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #319BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319BA7 is #CE6458. Grayscale: #7C7C7C. Windows color (decimal): -13526105 or 10984241. OLE color: 10984241.

HSL color Cylindrical-coordinate representation of color #319BA7: hue angle of 186.1º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #319BA7 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB49155167-
CMYK0.710.0700.35
HSL186.1º54.63%42.35%-
HSV(B)186.1º70.66%65.49%-
XYZ19.9626.8940.7-
YUV124.67151.8874.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.21%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 167 (65.62% from 255) = 45.01%
R=13.21%
G=41.78%
B=45.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal491551670.710.0700.35186.154.6342.35
Hex319BA7477023ba372a
Octal6123324710770432726752
Binary11000110011011101001111000111111010001110111010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319ba7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,155,167); }

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

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

 a { background-color: rgb(49,155,167); }

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

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

 span { border-color: rgb(49,155,167); }

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