#318FA9

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

Shades of Scooter #318FA9

Tints of Scooter #318FA9

Color information

#318FA9 (or 0x318FA9) is unknown color: approx Scooter. HEX triplet: 31, 8F and A9. RGB value is (49,143,169). Sum of RGB (Red+Green+Blue) = 49+143+169=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #318FA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318FA9 is #CE7056. Grayscale: #757575. Windows color (decimal): -13529175 or 11112241. OLE color: 11112241.

HSL color Cylindrical-coordinate representation of color #318FA9: hue angle of 193º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #318FA9 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB49143169-
CMYK0.710.1500.34
HSL193º55.05%42.75%-
HSV(B)193º71.01%66.27%-
XYZ18.2523.1641.05-
YUV117.86156.8678.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 143 (56.25% from 255) = 39.61%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=13.57%
G=39.61%
B=46.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal491431690.710.1500.3419355.0542.75
Hex318FA947F022c1372b
Octal61217251107170423016753
Binary110001100011111010100110001111111010001011000001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318FA9; }

 p { color: rgb(49,143,169); }

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

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

 a { background-color: rgb(49,143,169); }

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

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

 span { border-color: rgb(49,143,169); }

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