#31586B

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

Shades of Blumine #31586B

Tints of Blumine #31586B

Color information

#31586B (or 0x31586B) is unknown color: approx Blumine. HEX triplet: 31, 58 and 6B. RGB value is (49,88,107). Sum of RGB (Red+Green+Blue) = 49+88+107=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #31586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31586B is #CEA794. Grayscale: #4E4E4E. Windows color (decimal): -13543317 or 7034929. OLE color: 7034929.

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

Color convert

RGB4988107-
CMYK0.540.1800.58
HSL199.66º37.18%30.59%-
HSV(B)199.66º54.21%41.96%-
XYZ7.418.6915.2-
YUV78.5144.08106.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=20.08%
G=36.07%
B=43.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49881070.540.1800.58199.6637.1830.59
Hex31586B361203Ac8251f
Octal6113015366220723104537
Binary110001101100011010111101101001001110101100100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31586B; }

 p { color: rgb(49,88,107); }

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

<style>
 a { background-color: #31586B; }

 a { background-color: rgb(49,88,107); }

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

<style>
 span { border-color: #31586B; }

 span { border-color: rgb(49,88,107); }

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