#318E9E

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

Shades of Scooter #318E9E

Tints of Scooter #318E9E

Color information

#318E9E (or 0x318E9E) is unknown color: approx Scooter. HEX triplet: 31, 8E and 9E. RGB value is (49,142,158). Sum of RGB (Red+Green+Blue) = 49+142+158=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #318E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318E9E is #CE7161. Grayscale: #737373. Windows color (decimal): -13529442 or 10391089. OLE color: 10391089.

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

Color convert

RGB49142158-
CMYK0.690.1000.38
HSL188.81º52.66%40.59%-
HSV(B)188.81º68.99%61.96%-
XYZ17.1122.4735.78-
YUV116.02151.6980.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.04%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=14.04%
G=40.69%
B=45.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491421580.690.1000.38188.8152.6640.59
Hex318E9E45A026bd3529
Octal61216236105120462756551
Binary110001100011101001111010001011010010011010111101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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