#318B9E

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

Shades of Scooter #318B9E

Tints of Scooter #318B9E

Color information

#318B9E (or 0x318B9E) is unknown color: approx Scooter. HEX triplet: 31, 8B and 9E. RGB value is (49,139,158). Sum of RGB (Red+Green+Blue) = 49+139+158=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #318B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318B9E is #CE7461. Grayscale: #727272. Windows color (decimal): -13530210 or 10390321. OLE color: 10390321.

HSL color Cylindrical-coordinate representation of color #318B9E: hue angle of 190.46º 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 #318B9E is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB49139158-
CMYK0.690.1200.38
HSL190.46º52.66%40.59%-
HSV(B)190.46º68.99%61.96%-
XYZ16.6721.5935.64-
YUV114.26152.6881.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.16%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=14.16%
G=40.17%
B=45.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491391580.690.1200.38190.4652.6640.59
Hex318B9E45C026be3529
Octal61213236105140462766551
Binary110001100010111001111010001011100010011010111110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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