#31939C

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

Shades of Scooter #31939C

Tints of Scooter #31939C

Color information

#31939C (or 0x31939C) is unknown color: approx Scooter. HEX triplet: 31, 93 and 9C. RGB value is (49,147,156). Sum of RGB (Red+Green+Blue) = 49+147+156=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #31939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31939C is #CE6C63. Grayscale: #767676. Windows color (decimal): -13528164 or 10261297. OLE color: 10261297.

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

Color convert

RGB49147156-
CMYK0.690.0600.39
HSL185.05º52.2%40.2%-
HSV(B)185.05º68.59%61.18%-
XYZ17.723.9235.14-
YUV118.72149.0378.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.92%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=13.92%
G=41.76%
B=44.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491471560.690.0600.39185.0552.240.2
Hex31939C456027b93428
Octal6122323410560472716450
Binary11000110010011100111001000101110010011110111001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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