#31666F

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

Shades of Blumine #31666F

Tints of Blumine #31666F

Color information

#31666F (or 0x31666F) is unknown color: approx Blumine. HEX triplet: 31, 66 and 6F. RGB value is (49,102,111). Sum of RGB (Red+Green+Blue) = 49+102+111=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 111 - color contains mainly: blue. Hex color #31666F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31666F is #CE9990. Grayscale: #575757. Windows color (decimal): -13539729 or 7300657. OLE color: 7300657.

HSL color Cylindrical-coordinate representation of color #31666F: hue angle of 188.71º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31666F is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB49102111-
CMYK0.560.0800.56
HSL188.71º38.75%31.37%-
HSV(B)188.71º55.86%43.53%-
XYZ8.8911.316.75-
YUV87.18141.44100.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 111 (43.75% from 255) = 42.37%
R=18.70%
G=38.93%
B=42.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491021110.560.0800.56188.7138.7531.37
Hex31666F388038bd271f
Octal6114615770100702754737
Binary11000111001101101111111000100001110001011110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,102,111); }

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

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

 a { background-color: rgb(49,102,111); }

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

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

 span { border-color: rgb(49,102,111); }

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