Html Css Color HEX #315D7D Matisse

📋 copy color: '#315D7D'

red 49 ◦ green 93 ◦ blue 125

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

Shades of Matisse #315D7D

Tints of Matisse #315D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.82%

R = 18.35%
G = 34.83%
B = 46.82%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#315D7D (or 0x315D7D) is known color: Matisse. HEX triplet: 31, 5D and 7D. RGB value is (49,93,125). Sum of RGB (Red+Green+Blue) = 49+93+125=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #315D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D7D is #CEA282. Grayscale: #535353. Windows color (decimal): -13542019 or 8215857. OLE color: 8215857.

HSL color Cylindrical-coordinate representation of color #315D7D: hue angle of 205.26º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #315D7D is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 93 125 -
CMYK 0.61 0.26 0 0.51
HSL 205.26º 0.44% 0.34% -
HSV(B) 205.26º 0.61% 0.49% -
XYZ 8.88 9.96 20.86 -
YUV 83.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 49 93 125 0.61 0.26 0 0.51 205.26 0.44 0.34
Hex 31 5D 7D 3D 1A 0 33 CD 2C 22
Octal 61 135 175 75 32 0 63 315 54 42
Binary 110001 1011101 1111101 111101 11010 0 110011 11001101 101100 100010

Color Harmonies of #315D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D7D

Black with #315D7D

Text Example


Text Example

White with #315D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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