#3E5F84

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

Shades of Matisse #3E5F84

Tints of Matisse #3E5F84

Color information

#3E5F84 (or 0x3E5F84) is unknown color: approx Matisse. HEX triplet: 3E, 5F and 84. RGB value is (62,95,132). Sum of RGB (Red+Green+Blue) = 62+95+132=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E5F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5F84 is #C1A07B. Grayscale: #595959. Windows color (decimal): -12689532 or 8675134. OLE color: 8675134.

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

Color convert

RGB6295132-
CMYK0.530.2800.48
HSL211.71º36.08%38.04%-
HSV(B)211.71º53.03%51.76%-
XYZ10.2410.8723.39-
YUV89.35152.07108.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.45%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=21.45%
G=32.87%
B=45.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62951320.530.2800.48211.7136.0838.04
Hex3E5F84351C030d42426
Octal7613720465340603244446
Binary11111010111111000010011010111100011000011010100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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