Html Css Color HEX #316481 Matisse

📋 copy color: '#316481'

red 49 ◦ green 100 ◦ blue 129

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

Shades of Matisse #316481

Tints of Matisse #316481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 17.63%
G = 35.97%
B = 46.4%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316481 (or 0x316481) is known color: Matisse. HEX triplet: 31, 64 and 81. RGB value is (49,100,129). Sum of RGB (Red+Green+Blue) = 49+100+129=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #316481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316481 is #CE9B7E. Grayscale: #575757. Windows color (decimal): -13540223 or 8479793. OLE color: 8479793.

HSL color Cylindrical-coordinate representation of color #316481: hue angle of 201.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #316481 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 100 129 -
CMYK 0.62 0.22 0 0.49
HSL 201.75º 0.45% 0.35% -
HSV(B) 201.75º 0.62% 0.51% -
XYZ 9.79 11.35 22.44 -
YUV 88.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 49 100 129 0.62 0.22 0 0.49 201.75 0.45 0.35
Hex 31 64 81 3E 16 0 31 CA 2D 23
Octal 61 144 201 76 26 0 61 312 55 43
Binary 110001 1100100 10000001 111110 10110 0 110001 11001010 101101 100011

Color Harmonies of #316481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316481

Black with #316481

Text Example


Text Example

White with #316481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316481; }

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

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

background-color css

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

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

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

border-color css

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

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

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