Html Css Color HEX #31596F Blumine

📋 copy color: '#31596F'

red 49 ◦ green 89 ◦ blue 111

#31596F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #31596F

Tints of Blumine #31596F

RGB

 RED value IS 49 (19.53% from 255) = 19.68%

 GREEN value IS 89 (35.16% from 255) = 35.74%

 BLUE value IS 111 (43.75% from 255) = 44.58%

R = 19.68%
G = 35.74%
B = 44.58%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#31596F (or 0x31596F) is known color: Blumine. HEX triplet: 31, 59 and 6F. RGB value is (49,89,111). Sum of RGB (Red+Green+Blue) = 49+89+111=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #31596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31596F is #CEA690. Grayscale: #4F4F4F. Windows color (decimal): -13543057 or 7297329. OLE color: 7297329.

HSL color Cylindrical-coordinate representation of color #31596F: hue angle of 201.29º 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 #31596F is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 89 111 -
CMYK 0.56 0.20 0 0.56
HSL 201.29º 0.39% 0.31% -
HSV(B) 201.29º 0.56% 0.44% -
XYZ 7.71 8.95 16.36 -
YUV 79.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 49 89 111 0.56 0.20 0 0.56 201.29 0.39 0.31
Hex 31 59 6F 38 14 0 38 C9 27 1F
Octal 61 131 157 70 24 0 70 311 47 37
Binary 110001 1011001 1101111 111000 10100 0 111000 11001001 100111 11111

Color Harmonies of #31596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31596F

Black with #31596F

Text Example


Text Example

White with #31596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31596F;
 }
 .AnyTagClassName
 {
   color: #31596F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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