#3D5F84

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

Shades of Matisse #3D5F84

Tints of Matisse #3D5F84

Color information

#3D5F84 (or 0x3D5F84) is unknown color: approx Matisse. HEX triplet: 3D, 5F and 84. RGB value is (61,95,132). Sum of RGB (Red+Green+Blue) = 61+95+132=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D5F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5F84 is #C2A07B. Grayscale: #585858. Windows color (decimal): -12755068 or 8675133. OLE color: 8675133.

HSL color Cylindrical-coordinate representation of color #3D5F84: hue angle of 211.27º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D5F84 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6195132-
CMYK0.540.2800.48
HSL211.27º36.79%37.84%-
HSV(B)211.27º53.79%51.76%-
XYZ10.1810.8423.39-
YUV89.05152.24107.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=21.18%
G=32.99%
B=45.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61951320.540.2800.48211.2736.7937.84
Hex3D5F84361C030d32526
Octal7513720466340603234546
Binary11110110111111000010011011011100011000011010011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,95,132); }

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

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

 a { background-color: rgb(61,95,132); }

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

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

 span { border-color: rgb(61,95,132); }

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