#318B9A

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

Shades of Scooter #318B9A

Tints of Scooter #318B9A

Color information

#318B9A (or 0x318B9A) is unknown color: approx Scooter. HEX triplet: 31, 8B and 9A. RGB value is (49,139,154). Sum of RGB (Red+Green+Blue) = 49+139+154=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #318B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318B9A is #CE7465. Grayscale: #717171. Windows color (decimal): -13530214 or 10128177. OLE color: 10128177.

HSL color Cylindrical-coordinate representation of color #318B9A: hue angle of 188.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #318B9A is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB49139154-
CMYK0.680.1000.40
HSL188.57º51.72%39.8%-
HSV(B)188.57º68.18%60.39%-
XYZ16.3321.4533.85-
YUV113.8150.6881.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.33%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 154 (60.55% from 255) = 45.03%
R=14.33%
G=40.64%
B=45.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491391540.680.1000.40188.5751.7239.8
Hex318B9A44A028bd3428
Octal61213232104120502756450
Binary110001100010111001101010001001010010100010111101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,139,154); }

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

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

 a { background-color: rgb(49,139,154); }

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

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

 span { border-color: rgb(49,139,154); }

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