#3D5B77

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

Shades of Matisse #3D5B77

Tints of Matisse #3D5B77

Color information

#3D5B77 (or 0x3D5B77) is unknown color: approx Matisse. HEX triplet: 3D, 5B and 77. RGB value is (61,91,119). Sum of RGB (Red+Green+Blue) = 61+91+119=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D5B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5B77 is #C2A488. Grayscale: #555555. Windows color (decimal): -12756105 or 7822141. OLE color: 7822141.

HSL color Cylindrical-coordinate representation of color #3D5B77: hue angle of 208.97º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D5B77 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6191119-
CMYK0.490.2400.53
HSL208.97º32.22%35.29%-
HSV(B)208.97º48.74%46.67%-
XYZ99.8118.87-
YUV85.22147.06110.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.51%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=22.51%
G=33.58%
B=43.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61911190.490.2400.53208.9732.2235.29
Hex3D5B773118035d12023
Octal7513316761300653214043
Binary1111011011011111011111000111000011010111010001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,91,119); }

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

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

 a { background-color: rgb(61,91,119); }

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

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

 span { border-color: rgb(61,91,119); }

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