Html Css Color HEX #316182 Matisse

📋 copy color: '#316182'

red 49 ◦ green 97 ◦ blue 130

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

Shades of Matisse #316182

Tints of Matisse #316182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 17.75%
G = 35.14%
B = 47.1%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316182 (or 0x316182) is known color: Matisse. HEX triplet: 31, 61 and 82. RGB value is (49,97,130). Sum of RGB (Red+Green+Blue) = 49+97+130=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #316182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316182 is #CE9E7D. Grayscale: #565656. Windows color (decimal): -13540990 or 8544561. OLE color: 8544561.

HSL color Cylindrical-coordinate representation of color #316182: hue angle of 204.44º 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 #316182 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 97 130 -
CMYK 0.62 0.25 0 0.49
HSL 204.44º 0.45% 0.35% -
HSV(B) 204.44º 0.62% 0.51% -
XYZ 9.57 10.81 22.7 -
YUV 86.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 49 97 130 0.62 0.25 0 0.49 204.44 0.45 0.35
Hex 31 61 82 3E 19 0 31 CC 2D 23
Octal 61 141 202 76 31 0 61 314 55 43
Binary 110001 1100001 10000010 111110 11001 0 110001 11001100 101101 100011

Color Harmonies of #316182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316182

Black with #316182

Text Example


Text Example

White with #316182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316182; }

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

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

background-color css

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

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

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

border-color css

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

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

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