Html Css Color HEX #316482 Matisse

📋 copy color: '#316482'

red 49 ◦ green 100 ◦ blue 130

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

Shades of Matisse #316482

Tints of Matisse #316482

RGB

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

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

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

R = 17.56%
G = 35.84%
B = 46.59%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316482 (or 0x316482) is known color: Matisse. HEX triplet: 31, 64 and 82. RGB value is (49,100,130). Sum of RGB (Red+Green+Blue) = 49+100+130=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #316482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316482 is #CE9B7D. Grayscale: #585858. Windows color (decimal): -13540222 or 8545329. OLE color: 8545329.

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

Color convert

RGB 49 100 130 -
CMYK 0.62 0.23 0 0.49
HSL 202.22º 0.45% 0.35% -
HSV(B) 202.22º 0.62% 0.51% -
XYZ 9.85 11.38 22.8 -
YUV 88.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 49 100 130 0.62 0.23 0 0.49 202.22 0.45 0.35
Hex 31 64 82 3E 17 0 31 CA 2D 23
Octal 61 144 202 76 27 0 61 312 55 43
Binary 110001 1100100 10000010 111110 10111 0 110001 11001010 101101 100011

Color Harmonies of #316482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316482

Black with #316482

Text Example


Text Example

White with #316482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316482; }

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

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

background-color css

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

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

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

border-color css

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

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

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