#31939D

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

Shades of Scooter #31939D

Tints of Scooter #31939D

Color information

#31939D (or 0x31939D) is unknown color: approx Scooter. HEX triplet: 31, 93 and 9D. RGB value is (49,147,157). Sum of RGB (Red+Green+Blue) = 49+147+157=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #31939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31939D is #CE6C62. Grayscale: #767676. Windows color (decimal): -13528163 or 10326833. OLE color: 10326833.

HSL color Cylindrical-coordinate representation of color #31939D: hue angle of 185.56º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31939D is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB49147157-
CMYK0.690.0600.38
HSL185.56º52.43%40.39%-
HSV(B)185.56º68.79%61.57%-
XYZ17.7923.9535.58-
YUV118.84149.5378.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.88%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=13.88%
G=41.64%
B=44.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491471570.690.0600.38185.5652.4340.39
Hex31939D456026ba3428
Octal6122323510560462726450
Binary11000110010011100111011000101110010011010111010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31939D; }

 p { color: rgb(49,147,157); }

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

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

 a { background-color: rgb(49,147,157); }

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

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

 span { border-color: rgb(49,147,157); }

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