#31849F

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

Shades of Scooter #31849F

Tints of Scooter #31849F

Color information

#31849F (or 0x31849F) is unknown color: approx Scooter. HEX triplet: 31, 84 and 9F. RGB value is (49,132,159). Sum of RGB (Red+Green+Blue) = 49+132+159=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #31849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31849F is #CE7B60. Grayscale: #6E6E6E. Windows color (decimal): -13532001 or 10454065. OLE color: 10454065.

HSL color Cylindrical-coordinate representation of color #31849F: hue angle of 194.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31849F is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB49132159-
CMYK0.690.1700.38
HSL194.73º52.88%40.78%-
HSV(B)194.73º69.18%62.35%-
XYZ15.7819.6635.76-
YUV110.26155.584.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.41%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 159 (62.5% from 255) = 46.76%
R=14.41%
G=38.82%
B=46.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491321590.690.1700.38194.7352.8840.78
Hex31849F4511026c33529
Octal61204237105210463036551
Binary1100011000010010011111100010110001010011011000011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31849F; }

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

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

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

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

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

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

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

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