Html Css Color HEX #316084 Matisse

📋 copy color: '#316084'

red 49 ◦ green 96 ◦ blue 132

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

Shades of Matisse #316084

Tints of Matisse #316084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

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

R = 17.69%
G = 34.66%
B = 47.65%

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

#316084 (or 0x316084) is known color: Matisse. HEX triplet: 31, 60 and 84. RGB value is (49,96,132). Sum of RGB (Red+Green+Blue) = 49+96+132=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #316084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316084 is #CE9F7B. Grayscale: #555555. Windows color (decimal): -13541244 or 8675377. OLE color: 8675377.

HSL color Cylindrical-coordinate representation of color #316084: hue angle of 206.02º 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 #316084 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 96 132 -
CMYK 0.63 0.27 0 0.48
HSL 206.02º 0.46% 0.35% -
HSV(B) 206.02º 0.63% 0.52% -
XYZ 9.61 10.68 23.39 -
YUV 86.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 49 96 132 0.63 0.27 0 0.48 206.02 0.46 0.35
Hex 31 60 84 3F 1B 0 30 CE 2E 23
Octal 61 140 204 77 33 0 60 316 56 43
Binary 110001 1100000 10000100 111111 11011 0 110000 11001110 101110 100011

Color Harmonies of #316084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316084

Black with #316084

Text Example


Text Example

White with #316084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316084; }

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

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

background-color css

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

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

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

border-color css

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

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

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