Html Css Color HEX #31627E Matisse

📋 copy color: '#31627E'

red 49 ◦ green 98 ◦ blue 126

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

Shades of Matisse #31627E

Tints of Matisse #31627E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.9%

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

R = 17.95%
G = 35.9%
B = 46.15%

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

#31627E (or 0x31627E) is known color: Matisse. HEX triplet: 31, 62 and 7E. RGB value is (49,98,126). Sum of RGB (Red+Green+Blue) = 49+98+126=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #31627E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31627E is #CE9D81. Grayscale: #565656. Windows color (decimal): -13540738 or 8282673. OLE color: 8282673.

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

Color convert

RGB 49 98 126 -
CMYK 0.61 0.22 0 0.51
HSL 201.82º 0.44% 0.34% -
HSV(B) 201.82º 0.61% 0.49% -
XYZ 9.4 10.89 21.35 -
YUV 86.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 49 98 126 0.61 0.22 0 0.51 201.82 0.44 0.34
Hex 31 62 7E 3D 16 0 33 CA 2C 22
Octal 61 142 176 75 26 0 63 312 54 42
Binary 110001 1100010 1111110 111101 10110 0 110011 11001010 101100 100010

Color Harmonies of #31627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31627E

Black with #31627E

Text Example


Text Example

White with #31627E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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