Html Css Color HEX #316083 Matisse

📋 copy color: '#316083'

red 49 ◦ green 96 ◦ blue 131

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

Shades of Matisse #316083

Tints of Matisse #316083

RGB

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

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

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

R = 17.75%
G = 34.78%
B = 47.46%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316083 (or 0x316083) is known color: Matisse. HEX triplet: 31, 60 and 83. RGB value is (49,96,131). Sum of RGB (Red+Green+Blue) = 49+96+131=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #316083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316083 is #CE9F7C. Grayscale: #555555. Windows color (decimal): -13541245 or 8609841. OLE color: 8609841.

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

Color convert

RGB 49 96 131 -
CMYK 0.63 0.27 0 0.49
HSL 205.61º 0.46% 0.35% -
HSV(B) 205.61º 0.63% 0.51% -
XYZ 9.55 10.66 23.03 -
YUV 85.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 49 96 131 0.63 0.27 0 0.49 205.61 0.46 0.35
Hex 31 60 83 3F 1B 0 31 CE 2E 23
Octal 61 140 203 77 33 0 61 316 56 43
Binary 110001 1100000 10000011 111111 11011 0 110001 11001110 101110 100011

Color Harmonies of #316083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316083

Black with #316083

Text Example


Text Example

White with #316083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316083; }

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

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

background-color css

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

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

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

border-color css

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

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

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