#318A9A

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

Shades of Scooter #318A9A

Tints of Scooter #318A9A

Color information

#318A9A (or 0x318A9A) is unknown color: approx Scooter. HEX triplet: 31, 8A and 9A. RGB value is (49,138,154). Sum of RGB (Red+Green+Blue) = 49+138+154=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #318A9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318A9A is #CE7565. Grayscale: #717171. Windows color (decimal): -13530470 or 10127921. OLE color: 10127921.

HSL color Cylindrical-coordinate representation of color #318A9A: hue angle of 189.14º degrees, saturation: 0.52, 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 #318A9A is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB49138154-
CMYK0.680.1000.40
HSL189.14º51.72%39.8%-
HSV(B)189.14º68.18%60.39%-
XYZ16.1921.1633.8-
YUV113.21151.0182.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=14.37%
G=40.47%
B=45.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491381540.680.1000.40189.1451.7239.8
Hex318A9A44A028bd3428
Octal61212232104120502756450
Binary110001100010101001101010001001010010100010111101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,138,154); }

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

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

 a { background-color: rgb(49,138,154); }

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

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

 span { border-color: rgb(49,138,154); }

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