#31606A

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

Shades of Blumine #31606A

Tints of Blumine #31606A

Color information

#31606A (or 0x31606A) is unknown color: approx Blumine. HEX triplet: 31, 60 and 6A. RGB value is (49,96,106). Sum of RGB (Red+Green+Blue) = 49+96+106=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #31606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31606A is #CE9F95. Grayscale: #535353. Windows color (decimal): -13541270 or 6971441. OLE color: 6971441.

HSL color Cylindrical-coordinate representation of color #31606A: hue angle of 190.53º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31606A is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4996106-
CMYK0.540.0900.58
HSL190.53º36.77%30.39%-
HSV(B)190.53º53.77%41.57%-
XYZ8.0510.0615.15-
YUV83.09140.93103.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=19.52%
G=38.25%
B=42.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49961060.540.0900.58190.5336.7730.39
Hex31606A36903Abf251e
Octal6114015266110722774536
Binary11000111000001101010110110100101110101011111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,96,106); }

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

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

 a { background-color: rgb(49,96,106); }

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

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

 span { border-color: rgb(49,96,106); }

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