Html Css Color HEX #316183 Matisse

📋 copy color: '#316183'

red 49 ◦ green 97 ◦ blue 131

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

Shades of Matisse #316183

Tints of Matisse #316183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.29%

R = 17.69%
G = 35.02%
B = 47.29%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316183 (or 0x316183) is known color: Matisse. HEX triplet: 31, 61 and 83. RGB value is (49,97,131). Sum of RGB (Red+Green+Blue) = 49+97+131=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #316183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316183 is #CE9E7C. Grayscale: #565656. Windows color (decimal): -13540989 or 8610097. OLE color: 8610097.

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

Color convert

RGB 49 97 131 -
CMYK 0.63 0.26 0 0.49
HSL 204.88º 0.46% 0.35% -
HSV(B) 204.88º 0.63% 0.51% -
XYZ 9.64 10.84 23.06 -
YUV 86.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 49 97 131 0.63 0.26 0 0.49 204.88 0.46 0.35
Hex 31 61 83 3F 1A 0 31 CD 2E 23
Octal 61 141 203 77 32 0 61 315 56 43
Binary 110001 1100001 10000011 111111 11010 0 110001 11001101 101110 100011

Color Harmonies of #316183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316183

Black with #316183

Text Example


Text Example

White with #316183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316183; }

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

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

background-color css

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

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

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

border-color css

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

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

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