#318CA0

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

Shades of Scooter #318CA0

Tints of Scooter #318CA0

Color information

#318CA0 (or 0x318CA0) is unknown color: approx Scooter. HEX triplet: 31, 8C and A0. RGB value is (49,140,160). Sum of RGB (Red+Green+Blue) = 49+140+160=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #318CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318CA0 is #CE735F. Grayscale: #727272. Windows color (decimal): -13529952 or 10521649. OLE color: 10521649.

HSL color Cylindrical-coordinate representation of color #318CA0: hue angle of 190.81º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #318CA0 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB49140160-
CMYK0.690.1200.37
HSL190.81º53.11%40.98%-
HSV(B)190.81º69.38%62.75%-
XYZ16.9921.9536.6-
YUV115.07153.3580.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.04%
GREEN value IS 140 (55.08% from 255) = 40.11%
BLUE value IS 160 (62.89% from 255) = 45.85%
R=14.04%
G=40.11%
B=45.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal491401600.690.1200.37190.8153.1140.98
Hex318CA045C025bf3529
Octal61214240105140452776551
Binary110001100011001010000010001011100010010110111111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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