#355477

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

Shades of Matisse #355477

Tints of Matisse #355477

Color information

#355477 (or 0x355477) is unknown color: approx Matisse. HEX triplet: 35, 54 and 77. RGB value is (53,84,119). Sum of RGB (Red+Green+Blue) = 53+84+119=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #355477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355477 is #CAAB88. Grayscale: #4E4E4E. Windows color (decimal): -13282185 or 7820341. OLE color: 7820341.

HSL color Cylindrical-coordinate representation of color #355477: hue angle of 211.82º 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 #355477 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5384119-
CMYK0.550.2900.53
HSL211.82º38.37%33.73%-
HSV(B)211.82º55.46%46.67%-
XYZ7.978.4318.66-
YUV78.72150.73109.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=20.70%
G=32.81%
B=46.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53841190.550.2900.53211.8238.3733.73
Hex355477371D035d42622
Octal6512416767350653244642
Binary1101011010100111011111011111101011010111010100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355477; }

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

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

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

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

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

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

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

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