Html Css Color HEX #31647F Matisse

📋 copy color: '#31647F'

red 49 ◦ green 100 ◦ blue 127

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

Shades of Matisse #31647F

Tints of Matisse #31647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

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

R = 17.75%
G = 36.23%
B = 46.01%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31647F (or 0x31647F) is known color: Matisse. HEX triplet: 31, 64 and 7F. RGB value is (49,100,127). Sum of RGB (Red+Green+Blue) = 49+100+127=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #31647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31647F is #CE9B80. Grayscale: #575757. Windows color (decimal): -13540225 or 8348721. OLE color: 8348721.

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

Color convert

RGB 49 100 127 -
CMYK 0.61 0.21 0 0.50
HSL 200.77º 0.44% 0.35% -
HSV(B) 200.77º 0.61% 0.5% -
XYZ 9.65 11.3 21.75 -
YUV 87.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 49 100 127 0.61 0.21 0 0.50 200.77 0.44 0.35
Hex 31 64 7F 3D 15 0 32 C9 2C 23
Octal 61 144 177 75 25 0 62 311 54 43
Binary 110001 1100100 1111111 111101 10101 0 110010 11001001 101100 100011

Color Harmonies of #31647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31647F

Black with #31647F

Text Example


Text Example

White with #31647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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