Html Css Color HEX #31637D Matisse

📋 copy color: '#31637D'

red 49 ◦ green 99 ◦ blue 125

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

Shades of Matisse #31637D

Tints of Matisse #31637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

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

R = 17.95%
G = 36.26%
B = 45.79%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31637D (or 0x31637D) is known color: Matisse. HEX triplet: 31, 63 and 7D. RGB value is (49,99,125). Sum of RGB (Red+Green+Blue) = 49+99+125=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #31637D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31637D is #CE9C82. Grayscale: #565656. Windows color (decimal): -13540483 or 8217393. OLE color: 8217393.

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

Color convert

RGB 49 99 125 -
CMYK 0.61 0.21 0 0.51
HSL 200.53º 0.44% 0.34% -
HSV(B) 200.53º 0.61% 0.49% -
XYZ 9.43 11.06 21.04 -
YUV 87.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 49 99 125 0.61 0.21 0 0.51 200.53 0.44 0.34
Hex 31 63 7D 3D 15 0 33 C9 2C 22
Octal 61 143 175 75 25 0 63 311 54 42
Binary 110001 1100011 1111101 111101 10101 0 110011 11001001 101100 100010

Color Harmonies of #31637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31637D

Black with #31637D

Text Example


Text Example

White with #31637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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