#318EAA

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

Shades of Scooter #318EAA

Tints of Scooter #318EAA

Color information

#318EAA (or 0x318EAA) is unknown color: approx Scooter. HEX triplet: 31, 8E and AA. RGB value is (49,142,170). Sum of RGB (Red+Green+Blue) = 49+142+170=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #318EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318EAA is #CE7155. Grayscale: #757575. Windows color (decimal): -13529430 or 11177521. OLE color: 11177521.

HSL color Cylindrical-coordinate representation of color #318EAA: hue angle of 193.88º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #318EAA is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49142170-
CMYK0.710.1600.33
HSL193.88º55.25%42.94%-
HSV(B)193.88º71.18%66.67%-
XYZ18.222.941.49-
YUV117.38157.6979.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=13.57%
G=39.34%
B=47.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491421700.710.1600.33193.8855.2542.94
Hex318EAA4710021c2372b
Octal61216252107200413026753
Binary1100011000111010101010100011110000010000111000010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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