Html Css Color HEX #315B7D Matisse

📋 copy color: '#315B7D'

red 49 ◦ green 91 ◦ blue 125

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

Shades of Matisse #315B7D

Tints of Matisse #315B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.34%

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

R = 18.49%
G = 34.34%
B = 47.17%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#315B7D (or 0x315B7D) is known color: Matisse. HEX triplet: 31, 5B and 7D. RGB value is (49,91,125). Sum of RGB (Red+Green+Blue) = 49+91+125=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #315B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B7D is #CEA482. Grayscale: #525252. Windows color (decimal): -13542531 or 8215345. OLE color: 8215345.

HSL color Cylindrical-coordinate representation of color #315B7D: hue angle of 206.84º 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 #315B7D is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 91 125 -
CMYK 0.61 0.27 0 0.51
HSL 206.84º 0.44% 0.34% -
HSV(B) 206.84º 0.61% 0.49% -
XYZ 8.71 9.62 20.8 -
YUV 82.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 49 91 125 0.61 0.27 0 0.51 206.84 0.44 0.34
Hex 31 5B 7D 3D 1B 0 33 CF 2C 22
Octal 61 133 175 75 33 0 63 317 54 42
Binary 110001 1011011 1111101 111101 11011 0 110011 11001111 101100 100010

Color Harmonies of #315B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315B7D

Black with #315B7D

Text Example


Text Example

White with #315B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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