#318c99

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

Shades of Scooter #318C99

Tints of Scooter #318C99

Color information

#318C99 (or 0x318C99) is unknown color: approx Scooter. HEX triplet: 31, 8C and 99. RGB value is (49,140,153). Sum of RGB (Red+Green+Blue) = 49+140+153=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #318C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318C99 is #CE7366. Grayscale: #727272. Windows color (decimal): -13529959 or 10062897. OLE color: 10062897.

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

Color convert

RGB49140153-
CMYK0.680.0800.4
HSL187.5º51.49%39.61%-
HSV(B)187.5º67.97%60%-
XYZ16.3921.7133.46-
YUV114.27149.8581.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.33%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=14.33%
G=40.94%
B=44.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491401530.680.0800.4187.551.4939.61
Hex318C99448028bc3328
Octal61214231104100502746350
Binary110001100011001001100110001001000010100010111100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318c99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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