Html Css Color HEX #31597F Matisse

📋 copy color: '#31597F'

red 49 ◦ green 89 ◦ blue 127

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

Shades of Matisse #31597F

Tints of Matisse #31597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.92%

R = 18.49%
G = 33.58%
B = 47.92%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31597F (or 0x31597F) is known color: Matisse. HEX triplet: 31, 59 and 7F. RGB value is (49,89,127). Sum of RGB (Red+Green+Blue) = 49+89+127=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #31597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31597F is #CEA680. Grayscale: #515151. Windows color (decimal): -13543041 or 8345905. OLE color: 8345905.

HSL color Cylindrical-coordinate representation of color #31597F: hue angle of 209.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31597F is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 89 127 -
CMYK 0.61 0.30 0 0.50
HSL 209.23º 0.44% 0.35% -
HSV(B) 209.23º 0.61% 0.5% -
XYZ 8.67 9.33 21.42 -
YUV 81.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 49 89 127 0.61 0.30 0 0.50 209.23 0.44 0.35
Hex 31 59 7F 3D 1E 0 32 D1 2C 23
Octal 61 131 177 75 36 0 62 321 54 43
Binary 110001 1011001 1111111 111101 11110 0 110010 11010001 101100 100011

Color Harmonies of #31597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31597F

Black with #31597F

Text Example


Text Example

White with #31597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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