#31889A

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

Shades of Scooter #31889A

Tints of Scooter #31889A

Color information

#31889A (or 0x31889A) is unknown color: approx Scooter. HEX triplet: 31, 88 and 9A. RGB value is (49,136,154). Sum of RGB (Red+Green+Blue) = 49+136+154=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #31889A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31889A is #CE7765. Grayscale: #6F6F6F. Windows color (decimal): -13530982 or 10127409. OLE color: 10127409.

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

Color convert

RGB49136154-
CMYK0.680.1200.40
HSL190.29º51.72%39.8%-
HSV(B)190.29º68.18%60.39%-
XYZ15.920.5933.71-
YUV112.04151.6883.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.45%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=14.45%
G=40.12%
B=45.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491361540.680.1200.40190.2951.7239.8
Hex31889A44C028be3428
Octal61210232104140502766450
Binary110001100010001001101010001001100010100010111110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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