#335A79

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

Shades of Matisse #335A79

Tints of Matisse #335A79

Color information

#335A79 (or 0x335A79) is unknown color: approx Matisse. HEX triplet: 33, 5A and 79. RGB value is (51,90,121). Sum of RGB (Red+Green+Blue) = 51+90+121=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #335A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A79 is #CCA586. Grayscale: #515151. Windows color (decimal): -13411719 or 7952947. OLE color: 7952947.

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

Color convert

RGB5190121-
CMYK0.580.2600.53
HSL206.57º40.7%33.73%-
HSV(B)206.57º57.85%47.45%-
XYZ8.479.419.46-
YUV81.87150.08105.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 90 (35.55% from 255) = 34.35%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=19.47%
G=34.35%
B=46.18%

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
Decimal51901210.580.2600.53206.5740.733.73
Hex335A793A1A035cf2922
Octal6313217172320653175142
Binary1100111011010111100111101011010011010111001111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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