#318C9E

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

Shades of Scooter #318C9E

Tints of Scooter #318C9E

Color information

#318C9E (or 0x318C9E) is unknown color: approx Scooter. HEX triplet: 31, 8C and 9E. RGB value is (49,140,158). Sum of RGB (Red+Green+Blue) = 49+140+158=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #318C9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318C9E is #CE7361. Grayscale: #727272. Windows color (decimal): -13529954 or 10390577. OLE color: 10390577.

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

Color convert

RGB49140158-
CMYK0.690.1100.38
HSL189.91º52.66%40.59%-
HSV(B)189.91º68.99%61.96%-
XYZ16.8221.8835.68-
YUV114.84152.3581.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.12%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=14.12%
G=40.35%
B=45.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491401580.690.1100.38189.9152.6640.59
Hex318C9E45B026be3529
Octal61214236105130462766551
Binary110001100011001001111010001011011010011010111110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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