#335879

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

Shades of Matisse #335879

Tints of Matisse #335879

Color information

#335879 (or 0x335879) is unknown color: approx Matisse. HEX triplet: 33, 58 and 79. RGB value is (51,88,121). Sum of RGB (Red+Green+Blue) = 51+88+121=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #335879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335879 is #CCA786. Grayscale: #505050. Windows color (decimal): -13412231 or 7952435. OLE color: 7952435.

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

Color convert

RGB5188121-
CMYK0.580.2700.53
HSL208.29º40.7%33.73%-
HSV(B)208.29º57.85%47.45%-
XYZ8.319.0619.4-
YUV80.7150.74106.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 121 (47.66% from 255) = 46.54%
R=19.62%
G=33.85%
B=46.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51881210.580.2700.53208.2940.733.73
Hex3358793A1B035d02922
Octal6313017172330653205142
Binary1100111011000111100111101011011011010111010000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335879; }

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

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

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

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

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

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

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

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