Html Css Color HEX #31597E Matisse

📋 copy color: '#31597E'

red 49 ◦ green 89 ◦ blue 126

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

Shades of Matisse #31597E

Tints of Matisse #31597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.73%

R = 18.56%
G = 33.71%
B = 47.73%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31597E (or 0x31597E) is known color: Matisse. HEX triplet: 31, 59 and 7E. RGB value is (49,89,126). Sum of RGB (Red+Green+Blue) = 49+89+126=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #31597E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31597E is #CEA681. Grayscale: #515151. Windows color (decimal): -13543042 or 8280369. OLE color: 8280369.

HSL color Cylindrical-coordinate representation of color #31597E: hue angle of 208.83º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31597E is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 89 126 -
CMYK 0.61 0.29 0 0.51
HSL 208.83º 0.44% 0.34% -
HSV(B) 208.83º 0.61% 0.49% -
XYZ 8.6 9.3 21.08 -
YUV 81.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 49 89 126 0.61 0.29 0 0.51 208.83 0.44 0.34
Hex 31 59 7E 3D 1D 0 33 D1 2C 22
Octal 61 131 176 75 35 0 63 321 54 42
Binary 110001 1011001 1111110 111101 11101 0 110011 11010001 101100 100010

Color Harmonies of #31597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31597E

Black with #31597E

Text Example


Text Example

White with #31597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31597E; }

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

 H1.HeaderClassName
 {
   color: #31597E;
 }
 .AnyTagClassName
 {
   color: #31597E;
 }
</style>

background-color css

<style>
 a { background-color: #31597E; }

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

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

border-color css

<style>
 span { border-color: #31597E; }

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

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