#3B5F82

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

Shades of Matisse #3B5F82

Tints of Matisse #3B5F82

Color information

#3B5F82 (or 0x3B5F82) is unknown color: approx Matisse. HEX triplet: 3B, 5F and 82. RGB value is (59,95,130). Sum of RGB (Red+Green+Blue) = 59+95+130=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B5F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5F82 is #C4A07D. Grayscale: #585858. Windows color (decimal): -12886142 or 8544059. OLE color: 8544059.

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

Color convert

RGB5995130-
CMYK0.550.2700.49
HSL209.58º37.57%37.06%-
HSV(B)209.58º54.62%50.98%-
XYZ9.9310.7322.67-
YUV88.23151.57107.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.77%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=20.77%
G=33.45%
B=45.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59951300.550.2700.49209.5837.5737.06
Hex3B5F82371B031d22625
Octal7313720267330613224645
Binary11101110111111000001011011111011011000111010010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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