#31666D

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

Shades of Blumine #31666D

Tints of Blumine #31666D

Color information

#31666D (or 0x31666D) is unknown color: approx Blumine. HEX triplet: 31, 66 and 6D. RGB value is (49,102,109). Sum of RGB (Red+Green+Blue) = 49+102+109=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #31666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31666D is #CE9992. Grayscale: #565656. Windows color (decimal): -13539731 or 7169585. OLE color: 7169585.

HSL color Cylindrical-coordinate representation of color #31666D: hue angle of 187º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31666D is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB49102109-
CMYK0.550.0600.57
HSL187º37.97%30.98%-
HSV(B)187º55.05%42.75%-
XYZ8.7811.2616.18-
YUV86.95140.44100.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 102 (40.23% from 255) = 39.23%
BLUE value IS 109 (42.97% from 255) = 41.92%
R=18.85%
G=39.23%
B=41.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal491021090.550.0600.5718737.9730.98
Hex31666D376039bb261f
Octal611461556760712734637
Binary1100011100110110110111011111001110011011101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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