#335D7A

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

Shades of Matisse #335D7A

Tints of Matisse #335D7A

Color information

#335D7A (or 0x335D7A) is unknown color: approx Matisse. HEX triplet: 33, 5D and 7A. RGB value is (51,93,122). Sum of RGB (Red+Green+Blue) = 51+93+122=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #335D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D7A is #CCA285. Grayscale: #535353. Windows color (decimal): -13410950 or 8019251. OLE color: 8019251.

HSL color Cylindrical-coordinate representation of color #335D7A: hue angle of 204.51º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #335D7A is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5193122-
CMYK0.580.2400.52
HSL204.51º41.04%33.92%-
HSV(B)204.51º58.2%47.84%-
XYZ8.799.9419.87-
YUV83.75149.59104.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=19.17%
G=34.96%
B=45.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51931220.580.2400.52204.5141.0433.92
Hex335D7A3A18034cd2922
Octal6313517272300643155142
Binary1100111011101111101011101011000011010011001101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,93,122); }

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

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

 a { background-color: rgb(51,93,122); }

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

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

 span { border-color: rgb(51,93,122); }

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