#335C7A

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

Shades of Matisse #335C7A

Tints of Matisse #335C7A

Color information

#335C7A (or 0x335C7A) is unknown color: approx Matisse. HEX triplet: 33, 5C and 7A. RGB value is (51,92,122). Sum of RGB (Red+Green+Blue) = 51+92+122=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #335C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C7A is #CCA385. Grayscale: #535353. Windows color (decimal): -13411206 or 8018995. OLE color: 8018995.

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

Color convert

RGB5192122-
CMYK0.580.2500.52
HSL205.35º41.04%33.92%-
HSV(B)205.35º58.2%47.84%-
XYZ8.719.7619.84-
YUV83.16149.92105.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=19.25%
G=34.72%
B=46.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51921220.580.2500.52205.3541.0433.92
Hex335C7A3A19034cd2922
Octal6313417272310643155142
Binary1100111011100111101011101011001011010011001101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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