#335979

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

Shades of Matisse #335979

Tints of Matisse #335979

Color information

#335979 (or 0x335979) is unknown color: approx Matisse. HEX triplet: 33, 59 and 79. RGB value is (51,89,121). Sum of RGB (Red+Green+Blue) = 51+89+121=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #335979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335979 is #CCA686. Grayscale: #515151. Windows color (decimal): -13411975 or 7952691. OLE color: 7952691.

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

Color convert

RGB5189121-
CMYK0.580.2600.53
HSL207.43º40.7%33.73%-
HSV(B)207.43º57.85%47.45%-
XYZ8.399.2319.43-
YUV81.29150.41106.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=19.54%
G=34.10%
B=46.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51891210.580.2600.53207.4340.733.73
Hex3359793A1A035cf2922
Octal6313117172320653175142
Binary1100111011001111100111101011010011010111001111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335979; }

 p { color: rgb(51,89,121); }

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

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

 a { background-color: rgb(51,89,121); }

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

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

 span { border-color: rgb(51,89,121); }

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