#31829A

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

Shades of Scooter #31829A

Tints of Scooter #31829A

Color information

#31829A (or 0x31829A) is unknown color: approx Scooter. HEX triplet: 31, 82 and 9A. RGB value is (49,130,154). Sum of RGB (Red+Green+Blue) = 49+130+154=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #31829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31829A is #CE7D65. Grayscale: #6C6C6C. Windows color (decimal): -13532518 or 10125873. OLE color: 10125873.

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

Color convert

RGB49130154-
CMYK0.680.1600.40
HSL193.71º51.72%39.8%-
HSV(B)193.71º68.18%60.39%-
XYZ15.0818.9533.43-
YUV108.52153.6685.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.71%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 154 (60.55% from 255) = 46.25%
R=14.71%
G=39.04%
B=46.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491301540.680.1600.40193.7151.7239.8
Hex31829A4410028c23428
Octal61202232104200503026450
Binary1100011000001010011010100010010000010100011000010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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