Html Css Color HEX #316381 Matisse

📋 copy color: '#316381'

red 49 ◦ green 99 ◦ blue 129

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

Shades of Matisse #316381

Tints of Matisse #316381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.57%

R = 17.69%
G = 35.74%
B = 46.57%

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

#316381 (or 0x316381) is known color: Matisse. HEX triplet: 31, 63 and 81. RGB value is (49,99,129). Sum of RGB (Red+Green+Blue) = 49+99+129=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #316381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316381 is #CE9C7E. Grayscale: #575757. Windows color (decimal): -13540479 or 8479537. OLE color: 8479537.

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

Color convert

RGB 49 99 129 -
CMYK 0.62 0.23 0 0.49
HSL 202.5º 0.45% 0.35% -
HSV(B) 202.5º 0.62% 0.51% -
XYZ 9.69 11.16 22.41 -
YUV 87.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 49 99 129 0.62 0.23 0 0.49 202.5 0.45 0.35
Hex 31 63 81 3E 17 0 31 CA 2D 23
Octal 61 143 201 76 27 0 61 312 55 43
Binary 110001 1100011 10000001 111110 10111 0 110001 11001010 101101 100011

Color Harmonies of #316381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316381

Black with #316381

Text Example


Text Example

White with #316381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316381; }

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

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

background-color css

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

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

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

border-color css

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

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

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