Html Css Color HEX #31617D Matisse

📋 copy color: '#31617D'

red 49 ◦ green 97 ◦ blue 125

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

Shades of Matisse #31617D

Tints of Matisse #31617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.79%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 18.08%
G = 35.79%
B = 46.13%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31617D (or 0x31617D) is known color: Matisse. HEX triplet: 31, 61 and 7D. RGB value is (49,97,125). Sum of RGB (Red+Green+Blue) = 49+97+125=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #31617D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31617D is #CE9E82. Grayscale: #555555. Windows color (decimal): -13540995 or 8216881. OLE color: 8216881.

HSL color Cylindrical-coordinate representation of color #31617D: hue angle of 202.11º 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 #31617D is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 97 125 -
CMYK 0.61 0.22 0 0.51
HSL 202.11º 0.44% 0.34% -
HSV(B) 202.11º 0.61% 0.49% -
XYZ 9.24 10.68 20.98 -
YUV 85.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 49 97 125 0.61 0.22 0 0.51 202.11 0.44 0.34
Hex 31 61 7D 3D 16 0 33 CA 2C 22
Octal 61 141 175 75 26 0 63 312 54 42
Binary 110001 1100001 1111101 111101 10110 0 110011 11001010 101100 100010

Color Harmonies of #31617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31617D

Black with #31617D

Text Example


Text Example

White with #31617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31617D; }

 p { color: rgb(49,97,125); }

 H1.HeaderClassName
 {
   color: #31617D;
 }
 .AnyTagClassName
 {
   color: #31617D;
 }
</style>

background-color css

<style>
 a { background-color: #31617D; }

 a { background-color: rgb(49,97,125); }

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

border-color css

<style>
 span { border-color: #31617D; }

 span { border-color: rgb(49,97,125); }

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