Html Css Color HEX #31617C Matisse

📋 copy color: '#31617C'

red 49 ◦ green 97 ◦ blue 124

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

Shades of Matisse #31617C

Tints of Matisse #31617C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 18.15%
G = 35.93%
B = 45.93%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31617C (or 0x31617C) is known color: Matisse. HEX triplet: 31, 61 and 7C. RGB value is (49,97,124). Sum of RGB (Red+Green+Blue) = 49+97+124=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #31617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31617C is #CE9E83. Grayscale: #555555. Windows color (decimal): -13540996 or 8151345. OLE color: 8151345.

HSL color Cylindrical-coordinate representation of color #31617C: hue angle of 201.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31617C is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 97 124 -
CMYK 0.60 0.22 0 0.51
HSL 201.6º 0.43% 0.34% -
HSV(B) 201.6º 0.6% 0.49% -
XYZ 9.18 10.66 20.64 -
YUV 85.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 49 97 124 0.60 0.22 0 0.51 201.6 0.43 0.34
Hex 31 61 7C 3C 16 0 33 CA 2B 22
Octal 61 141 174 74 26 0 63 312 53 42
Binary 110001 1100001 1111100 111100 10110 0 110011 11001010 101011 100010

Color Harmonies of #31617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31617C

Black with #31617C

Text Example


Text Example

White with #31617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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