#318B99

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

Shades of Scooter #318B99

Tints of Scooter #318B99

Color information

#318B99 (or 0x318B99) is unknown color: approx Scooter. HEX triplet: 31, 8B and 99. RGB value is (49,139,153). Sum of RGB (Red+Green+Blue) = 49+139+153=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #318B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318B99 is #CE7466. Grayscale: #717171. Windows color (decimal): -13530215 or 10062641. OLE color: 10062641.

HSL color Cylindrical-coordinate representation of color #318B99: hue angle of 188.08º degrees, saturation: 0.51, 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 #318B99 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB49139153-
CMYK0.680.0900.4
HSL188.08º51.49%39.61%-
HSV(B)188.08º67.97%60%-
XYZ16.2521.4233.41-
YUV113.69150.1881.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 139 (54.69% from 255) = 40.76%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=14.37%
G=40.76%
B=44.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491391530.680.0900.4188.0851.4939.61
Hex318B99449028bc3328
Octal61213231104110502746350
Binary110001100010111001100110001001001010100010111100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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