#31949A

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

Shades of Scooter #31949A

Tints of Scooter #31949A

Color information

#31949A (or 0x31949A) is unknown color: approx Scooter. HEX triplet: 31, 94 and 9A. RGB value is (49,148,154). Sum of RGB (Red+Green+Blue) = 49+148+154=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #31949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31949A is #CE6B65. Grayscale: #767676. Windows color (decimal): -13527910 or 10130481. OLE color: 10130481.

HSL color Cylindrical-coordinate representation of color #31949A: hue angle of 183.43º 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 #31949A is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB49148154-
CMYK0.680.0400.40
HSL183.43º51.72%39.8%-
HSV(B)183.43º68.18%60.39%-
XYZ17.6924.1734.3-
YUV119.08147.778.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.96%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=13.96%
G=42.17%
B=43.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491481540.680.0400.40183.4351.7239.8
Hex31949A444028b73428
Octal6122423210440502676450
Binary11000110010100100110101000100100010100010110111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31949A; }

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

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

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

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

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

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

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

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