#318E99

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

Shades of Scooter #318E99

Tints of Scooter #318E99

Color information

#318E99 (or 0x318E99) is unknown color: approx Scooter. HEX triplet: 31, 8E and 99. RGB value is (49,142,153). Sum of RGB (Red+Green+Blue) = 49+142+153=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #318E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318E99 is #CE7166. Grayscale: #737373. Windows color (decimal): -13529447 or 10063409. OLE color: 10063409.

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

Color convert

RGB49142153-
CMYK0.680.0700.4
HSL186.35º51.49%39.61%-
HSV(B)186.35º67.97%60%-
XYZ16.6922.333.56-
YUV115.45149.1980.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.24%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=14.24%
G=41.28%
B=44.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491421530.680.0700.4186.3551.4939.61
Hex318E99447028ba3328
Octal6121623110470502726350
Binary11000110001110100110011000100111010100010111010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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