#335C79

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

Shades of Matisse #335C79

Tints of Matisse #335C79

Color information

#335C79 (or 0x335C79) is unknown color: approx Matisse. HEX triplet: 33, 5C and 79. RGB value is (51,92,121). Sum of RGB (Red+Green+Blue) = 51+92+121=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #335C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C79 is #CCA386. Grayscale: #525252. Windows color (decimal): -13411207 or 7953459. OLE color: 7953459.

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

Color convert

RGB5192121-
CMYK0.580.2400.53
HSL204.86º40.7%33.73%-
HSV(B)204.86º57.85%47.45%-
XYZ8.649.7419.51-
YUV83.05149.42105.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 121 (47.66% from 255) = 45.83%
R=19.32%
G=34.85%
B=45.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51921210.580.2400.53204.8640.733.73
Hex335C793A18035cd2922
Octal6313417172300653155142
Binary1100111011100111100111101011000011010111001101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335C79; }

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

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

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

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

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

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

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

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