Html Css Color HEX #316184 Matisse

📋 copy color: '#316184'

red 49 ◦ green 97 ◦ blue 132

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

Shades of Matisse #316184

Tints of Matisse #316184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.48%

R = 17.63%
G = 34.89%
B = 47.48%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#316184 (or 0x316184) is known color: Matisse. HEX triplet: 31, 61 and 84. RGB value is (49,97,132). Sum of RGB (Red+Green+Blue) = 49+97+132=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #316184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316184 is #CE9E7B. Grayscale: #565656. Windows color (decimal): -13540988 or 8675633. OLE color: 8675633.

HSL color Cylindrical-coordinate representation of color #316184: hue angle of 205.3º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316184 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 97 132 -
CMYK 0.63 0.27 0 0.48
HSL 205.3º 0.46% 0.35% -
HSV(B) 205.3º 0.63% 0.52% -
XYZ 9.71 10.87 23.42 -
YUV 86.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 49 97 132 0.63 0.27 0 0.48 205.3 0.46 0.35
Hex 31 61 84 3F 1B 0 30 CD 2E 23
Octal 61 141 204 77 33 0 60 315 56 43
Binary 110001 1100001 10000100 111111 11011 0 110000 11001101 101110 100011

Color Harmonies of #316184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316184

Black with #316184

Text Example


Text Example

White with #316184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316184; }

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

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

background-color css

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

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

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

border-color css

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

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

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