#3B5F84

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

Shades of Matisse #3B5F84

Tints of Matisse #3B5F84

Color information

#3B5F84 (or 0x3B5F84) is unknown color: approx Matisse. HEX triplet: 3B, 5F and 84. RGB value is (59,95,132). Sum of RGB (Red+Green+Blue) = 59+95+132=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B5F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5F84 is #C4A07B. Grayscale: #585858. Windows color (decimal): -12886140 or 8675131. OLE color: 8675131.

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

Color convert

RGB5995132-
CMYK0.550.2800.48
HSL210.41º38.22%37.45%-
HSV(B)210.41º55.3%51.76%-
XYZ10.0610.7823.38-
YUV88.45152.57106.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.63%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=20.63%
G=33.22%
B=46.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59951320.550.2800.48210.4138.2237.45
Hex3B5F84371C030d22625
Octal7313720467340603224645
Binary11101110111111000010011011111100011000011010010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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