#318A9F

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

Shades of Scooter #318A9F

Tints of Scooter #318A9F

Color information

#318A9F (or 0x318A9F) is unknown color: approx Scooter. HEX triplet: 31, 8A and 9F. RGB value is (49,138,159). Sum of RGB (Red+Green+Blue) = 49+138+159=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #318A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318A9F is #CE7560. Grayscale: #717171. Windows color (decimal): -13530465 or 10455601. OLE color: 10455601.

HSL color Cylindrical-coordinate representation of color #318A9F: hue angle of 191.45º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #318A9F is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB49138159-
CMYK0.690.1300.38
HSL191.45º52.88%40.78%-
HSV(B)191.45º69.18%62.35%-
XYZ16.6121.3336.04-
YUV113.78153.5181.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.16%
GREEN value IS 138 (54.30% from 255) = 39.88%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=14.16%
G=39.88%
B=45.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491381590.690.1300.38191.4552.8840.78
Hex318A9F45D026bf3529
Octal61212237105150462776551
Binary110001100010101001111110001011101010011010111111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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