Html Css Color HEX #316384 Matisse

📋 copy color: '#316384'

red 49 ◦ green 99 ◦ blue 132

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

Shades of Matisse #316384

Tints of Matisse #316384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 17.5%
G = 35.36%
B = 47.14%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#316384 (or 0x316384) is known color: Matisse. HEX triplet: 31, 63 and 84. RGB value is (49,99,132). Sum of RGB (Red+Green+Blue) = 49+99+132=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #316384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316384 is #CE9C7B. Grayscale: #575757. Windows color (decimal): -13540476 or 8676145. OLE color: 8676145.

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

Color convert

RGB 49 99 132 -
CMYK 0.63 0.25 0 0.48
HSL 203.86º 0.46% 0.35% -
HSV(B) 203.86º 0.63% 0.52% -
XYZ 9.89 11.24 23.48 -
YUV 87.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 49 99 132 0.63 0.25 0 0.48 203.86 0.46 0.35
Hex 31 63 84 3F 19 0 30 CC 2E 23
Octal 61 143 204 77 31 0 60 314 56 43
Binary 110001 1100011 10000100 111111 11001 0 110000 11001100 101110 100011

Color Harmonies of #316384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316384

Black with #316384

Text Example


Text Example

White with #316384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316384; }

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

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

background-color css

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

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

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

border-color css

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

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

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