#3D5E76

Color #3D5E76 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #3D5E76

Tints of Matisse #3D5E76

Color information

#3D5E76 (or 0x3D5E76) is unknown color: approx Matisse. HEX triplet: 3D, 5E and 76. RGB value is (61,94,118). Sum of RGB (Red+Green+Blue) = 61+94+118=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D5E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5E76 is #C2A189. Grayscale: #565656. Windows color (decimal): -12755338 or 7757373. OLE color: 7757373.

HSL color Cylindrical-coordinate representation of color #3D5E76: hue angle of 205.26º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D5E76 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6194118-
CMYK0.480.2000.54
HSL205.26º31.84%35.1%-
HSV(B)205.26º48.31%46.27%-
XYZ9.210.3118.64-
YUV86.87145.57109.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.34%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=22.34%
G=34.43%
B=43.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61941180.480.2000.54205.2631.8435.1
Hex3D5E763014036cd2023
Octal7513616660240663154043
Binary1111011011110111011011000010100011011011001101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,94,118); }

 H1.HeaderClassName
 {
   color: #3D5E76;
 }
 .AnyTagClassName
 {
   color: #3D5E76;
 }
</style>
background-color css

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

 a { background-color: rgb(61,94,118); }

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

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

 span { border-color: rgb(61,94,118); }

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