Html Css Color HEX #315E7D Matisse

📋 copy color: '#315E7D'

red 49 ◦ green 94 ◦ blue 125

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

Shades of Matisse #315E7D

Tints of Matisse #315E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.07%

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

R = 18.28%
G = 35.07%
B = 46.64%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#315E7D (or 0x315E7D) is known color: Matisse. HEX triplet: 31, 5E and 7D. RGB value is (49,94,125). Sum of RGB (Red+Green+Blue) = 49+94+125=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #315E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E7D is #CEA182. Grayscale: #535353. Windows color (decimal): -13541763 or 8216113. OLE color: 8216113.

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

Color convert

RGB 49 94 125 -
CMYK 0.61 0.25 0 0.51
HSL 204.47º 0.44% 0.34% -
HSV(B) 204.47º 0.61% 0.49% -
XYZ 8.97 10.14 20.89 -
YUV 84.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 49 94 125 0.61 0.25 0 0.51 204.47 0.44 0.34
Hex 31 5E 7D 3D 19 0 33 CC 2C 22
Octal 61 136 175 75 31 0 63 314 54 42
Binary 110001 1011110 1111101 111101 11001 0 110011 11001100 101100 100010

Color Harmonies of #315E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E7D

Black with #315E7D

Text Example


Text Example

White with #315E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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