#318690

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

Shades of Scooter #318690

Tints of Scooter #318690

Color information

#318690 (or 0x318690) is unknown color: approx Scooter. HEX triplet: 31, 86 and 90. RGB value is (49,134,144). Sum of RGB (Red+Green+Blue) = 49+134+144=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #318690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318690 is #CE796F. Grayscale: #6D6D6D. Windows color (decimal): -13531504 or 9471537. OLE color: 9471537.

HSL color Cylindrical-coordinate representation of color #318690: hue angle of 186.32º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318690 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49134144-
CMYK0.660.0700.44
HSL186.32º49.22%37.84%-
HSV(B)186.32º65.97%56.47%-
XYZ14.8319.7229.41-
YUV109.72147.3484.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.98%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=14.98%
G=40.98%
B=44.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491341440.660.0700.44186.3249.2237.84
Hex31869042702Cba3126
Octal6120622010270542726146
Binary11000110000110100100001000010111010110010111010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318690; }

 p { color: rgb(49,134,144); }

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

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

 a { background-color: rgb(49,134,144); }

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

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

 span { border-color: rgb(49,134,144); }

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