#318490

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

Shades of Scooter #318490

Tints of Scooter #318490

Color information

#318490 (or 0x318490) is unknown color: approx Scooter. HEX triplet: 31, 84 and 90. RGB value is (49,132,144). Sum of RGB (Red+Green+Blue) = 49+132+144=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #318490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318490 is #CE7B6F. Grayscale: #6C6C6C. Windows color (decimal): -13532016 or 9471025. OLE color: 9471025.

HSL color Cylindrical-coordinate representation of color #318490: hue angle of 187.58º 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 #318490 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49132144-
CMYK0.660.0800.44
HSL187.58º49.22%37.84%-
HSV(B)187.58º65.97%56.47%-
XYZ14.5519.1729.32-
YUV108.5514885.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=15.08%
G=40.62%
B=44.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491321440.660.0800.44187.5849.2237.84
Hex31849042802Cbc3126
Octal61204220102100542746146
Binary110001100001001001000010000101000010110010111100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318490; }

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

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

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

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

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

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

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

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