Html Css Color HEX #316485 Matisse

📋 copy color: '#316485'

red 49 ◦ green 100 ◦ blue 133

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

Shades of Matisse #316485

Tints of Matisse #316485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 17.38%
G = 35.46%
B = 47.16%

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

#316485 (or 0x316485) is known color: Matisse. HEX triplet: 31, 64 and 85. RGB value is (49,100,133). Sum of RGB (Red+Green+Blue) = 49+100+133=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #316485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316485 is #CE9B7A. Grayscale: #585858. Windows color (decimal): -13540219 or 8741937. OLE color: 8741937.

HSL color Cylindrical-coordinate representation of color #316485: hue angle of 203.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316485 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 100 133 -
CMYK 0.63 0.25 0 0.48
HSL 203.57º 0.46% 0.36% -
HSV(B) 203.57º 0.63% 0.52% -
XYZ 10.06 11.46 23.87 -
YUV 88.51 153.1 99.82 -
System Red Green Blue C M Y K H S L
Decimal 49 100 133 0.63 0.25 0 0.48 203.57 0.46 0.36
Hex 31 64 85 3F 19 0 30 CC 2E 24
Octal 61 144 205 77 31 0 60 314 56 44
Binary 110001 1100100 10000101 111111 11001 0 110000 11001100 101110 100100

Color Harmonies of #316485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316485

Black with #316485

Text Example


Text Example

White with #316485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316485; }

 p { color: rgb(49,100,133); }

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

background-color css

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

 a { background-color: rgb(49,100,133); }

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

border-color css

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

 span { border-color: rgb(49,100,133); }

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