Html Css Color HEX #3D5971 Matisse

📋 copy color: '#3D5971'

red 61 ◦ green 89 ◦ blue 113

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

Shades of Matisse #3D5971

Tints of Matisse #3D5971

RGB

 RED value IS 61 (24.22% from 255) = 23.19%

 GREEN value IS 89 (35.16% from 255) = 33.84%

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 23.19%
G = 33.84%
B = 42.97%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D5971 (or 0x3D5971) is known color: Matisse. HEX triplet: 3D, 59 and 71. RGB value is (61,89,113). Sum of RGB (Red+Green+Blue) = 61+89+113=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D5971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5971 is #C2A68E. Grayscale: #535353. Windows color (decimal): -12756623 or 7428413. OLE color: 7428413.

HSL color Cylindrical-coordinate representation of color #3D5971: hue angle of 207.69º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D5971 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 89 113 -
CMYK 0.46 0.21 0 0.56
HSL 207.69º 0.3% 0.34% -
HSV(B) 207.69º 0.46% 0.44% -
XYZ 8.48 9.33 16.98 -
YUV 83.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 61 89 113 0.46 0.21 0 0.56 207.69 0.3 0.34
Hex 3D 59 71 2E 15 0 38 D0 1E 22
Octal 75 131 161 56 25 0 70 320 36 42
Binary 111101 1011001 1110001 101110 10101 0 111000 11010000 11110 100010

Color Harmonies of #3D5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5971

Black with #3D5971

Text Example


Text Example

White with #3D5971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D5971; }

 p { color: rgb(61,89,113); }

 H1.HeaderClassName
 {
   color: #3D5971;
 }
 .AnyTagClassName
 {
   color: #3D5971;
 }
</style>

background-color css

<style>
 a { background-color: #3D5971; }

 a { background-color: rgb(61,89,113); }

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

border-color css

<style>
 span { border-color: #3D5971; }

 span { border-color: rgb(61,89,113); }

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