Html Css Color HEX #316185 Matisse

📋 copy color: '#316185'

red 49 ◦ green 97 ◦ blue 133

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

Shades of Matisse #316185

Tints of Matisse #316185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.67%

R = 17.56%
G = 34.77%
B = 47.67%

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

#316185 (or 0x316185) is known color: Matisse. HEX triplet: 31, 61 and 85. RGB value is (49,97,133). Sum of RGB (Red+Green+Blue) = 49+97+133=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #316185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316185 is #CE9E7A. Grayscale: #565656. Windows color (decimal): -13540987 or 8741169. OLE color: 8741169.

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

Color convert

RGB 49 97 133 -
CMYK 0.63 0.27 0 0.48
HSL 205.71º 0.46% 0.36% -
HSV(B) 205.71º 0.63% 0.52% -
XYZ 9.77 10.9 23.78 -
YUV 86.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 49 97 133 0.63 0.27 0 0.48 205.71 0.46 0.36
Hex 31 61 85 3F 1B 0 30 CE 2E 24
Octal 61 141 205 77 33 0 60 316 56 44
Binary 110001 1100001 10000101 111111 11011 0 110000 11001110 101110 100100

Color Harmonies of #316185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316185

Black with #316185

Text Example


Text Example

White with #316185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316185; }

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

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

background-color css

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

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

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

border-color css

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

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

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