#3B5C77

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

Shades of Matisse #3B5C77

Tints of Matisse #3B5C77

Color information

#3B5C77 (or 0x3B5C77) is unknown color: approx Matisse. HEX triplet: 3B, 5C and 77. RGB value is (59,92,119). Sum of RGB (Red+Green+Blue) = 59+92+119=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B5C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5C77 is #C4A388. Grayscale: #555555. Windows color (decimal): -12886921 or 7822395. OLE color: 7822395.

HSL color Cylindrical-coordinate representation of color #3B5C77: hue angle of 207º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B5C77 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5992119-
CMYK0.500.2300.53
HSL207º33.71%34.9%-
HSV(B)207º50.42%46.67%-
XYZ8.969.9218.89-
YUV85.21147.07109.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.85%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=21.85%
G=34.07%
B=44.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59921190.500.2300.5320733.7134.9
Hex3B5C773217035cf2223
Octal7313416762270653174243
Binary1110111011100111011111001010111011010111001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,92,119); }

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

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

 a { background-color: rgb(59,92,119); }

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

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

 span { border-color: rgb(59,92,119); }

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