Html Css Color HEX #315D83 Matisse

📋 copy color: '#315D83'

red 49 ◦ green 93 ◦ blue 131

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

Shades of Matisse #315D83

Tints of Matisse #315D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.07%

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

R = 17.95%
G = 34.07%
B = 47.99%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315D83 (or 0x315D83) is known color: Matisse. HEX triplet: 31, 5D and 83. RGB value is (49,93,131). Sum of RGB (Red+Green+Blue) = 49+93+131=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #315D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315D83 is #CEA27C. Grayscale: #535353. Windows color (decimal): -13542013 or 8609073. OLE color: 8609073.

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

Color convert

RGB 49 93 131 -
CMYK 0.63 0.29 0 0.49
HSL 207.8º 0.46% 0.35% -
HSV(B) 207.8º 0.63% 0.51% -
XYZ 9.28 10.12 22.94 -
YUV 84.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 49 93 131 0.63 0.29 0 0.49 207.8 0.46 0.35
Hex 31 5D 83 3F 1D 0 31 D0 2E 23
Octal 61 135 203 77 35 0 61 320 56 43
Binary 110001 1011101 10000011 111111 11101 0 110001 11010000 101110 100011

Color Harmonies of #315D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D83

Black with #315D83

Text Example


Text Example

White with #315D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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