#355877

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

Shades of Matisse #355877

Tints of Matisse #355877

Color information

#355877 (or 0x355877) is unknown color: approx Matisse. HEX triplet: 35, 58 and 77. RGB value is (53,88,119). Sum of RGB (Red+Green+Blue) = 53+88+119=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #355877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355877 is #CAA788. Grayscale: #505050. Windows color (decimal): -13281161 or 7821365. OLE color: 7821365.

HSL color Cylindrical-coordinate representation of color #355877: hue angle of 208.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355877 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5388119-
CMYK0.550.2600.53
HSL208.18º38.37%33.73%-
HSV(B)208.18º55.46%46.67%-
XYZ8.299.0718.77-
YUV81.07149.4107.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=20.38%
G=33.85%
B=45.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53881190.550.2600.53208.1838.3733.73
Hex355877371A035d02622
Octal6513016767320653204642
Binary1101011011000111011111011111010011010111010000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355877; }

 p { color: rgb(53,88,119); }

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

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

 a { background-color: rgb(53,88,119); }

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

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

 span { border-color: rgb(53,88,119); }

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