Html Css Color HEX #315D7C Matisse

📋 copy color: '#315D7C'

red 49 ◦ green 93 ◦ blue 124

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

Shades of Matisse #315D7C

Tints of Matisse #315D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 18.42%
G = 34.96%
B = 46.62%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#315D7C (or 0x315D7C) is known color: Matisse. HEX triplet: 31, 5D and 7C. RGB value is (49,93,124). Sum of RGB (Red+Green+Blue) = 49+93+124=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #315D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D7C is #CEA283. Grayscale: #535353. Windows color (decimal): -13542020 or 8150321. OLE color: 8150321.

HSL color Cylindrical-coordinate representation of color #315D7C: hue angle of 204.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #315D7C is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 93 124 -
CMYK 0.60 0.25 0 0.51
HSL 204.8º 0.43% 0.34% -
HSV(B) 204.8º 0.6% 0.49% -
XYZ 8.82 9.94 20.52 -
YUV 83.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 49 93 124 0.60 0.25 0 0.51 204.8 0.43 0.34
Hex 31 5D 7C 3C 19 0 33 CD 2B 22
Octal 61 135 174 74 31 0 63 315 53 42
Binary 110001 1011101 1111100 111100 11001 0 110011 11001101 101011 100010

Color Harmonies of #315D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D7C

Black with #315D7C

Text Example


Text Example

White with #315D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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