#319BA3

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

Shades of Scooter #319BA3

Tints of Scooter #319BA3

Color information

#319BA3 (or 0x319BA3) is unknown color: approx Scooter. HEX triplet: 31, 9B and A3. RGB value is (49,155,163). Sum of RGB (Red+Green+Blue) = 49+155+163=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 163 - color contains mainly: blue. Hex color #319BA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319BA3 is #CE645C. Grayscale: #7C7C7C. Windows color (decimal): -13526109 or 10722097. OLE color: 10722097.

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

Color convert

RGB49155163-
CMYK0.700.0500.36
HSL184.21º53.77%41.57%-
HSV(B)184.21º69.94%63.92%-
XYZ19.626.7438.78-
YUV124.22149.8874.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.35%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 163 (64.06% from 255) = 44.41%
R=13.35%
G=42.23%
B=44.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491551630.700.0500.36184.2153.7741.57
Hex319BA3465024b8362a
Octal6123324310650442706652
Binary11000110011011101000111000110101010010010111000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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