#3D5A76

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

Shades of Matisse #3D5A76

Tints of Matisse #3D5A76

Color information

#3D5A76 (or 0x3D5A76) is unknown color: approx Matisse. HEX triplet: 3D, 5A and 76. RGB value is (61,90,118). Sum of RGB (Red+Green+Blue) = 61+90+118=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D5A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5A76 is #C2A589. Grayscale: #545454. Windows color (decimal): -12756362 or 7756349. OLE color: 7756349.

HSL color Cylindrical-coordinate representation of color #3D5A76: hue angle of 209.47º 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 #3D5A76 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6190118-
CMYK0.480.2400.54
HSL209.47º31.84%35.1%-
HSV(B)209.47º48.31%46.27%-
XYZ8.859.6118.53-
YUV84.52146.89111.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.68%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=22.68%
G=33.46%
B=43.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61901180.480.2400.54209.4731.8435.1
Hex3D5A763018036d12023
Octal7513216660300663214043
Binary1111011011010111011011000011000011011011010001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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