#335E7A

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

Shades of Matisse #335E7A

Tints of Matisse #335E7A

Color information

#335E7A (or 0x335E7A) is unknown color: approx Matisse. HEX triplet: 33, 5E and 7A. RGB value is (51,94,122). Sum of RGB (Red+Green+Blue) = 51+94+122=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #335E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E7A is #CCA185. Grayscale: #545454. Windows color (decimal): -13410694 or 8019507. OLE color: 8019507.

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

Color convert

RGB5194122-
CMYK0.580.2300.52
HSL203.66º41.04%33.92%-
HSV(B)203.66º58.2%47.84%-
XYZ8.8810.1119.9-
YUV84.34149.25104.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=19.10%
G=35.21%
B=45.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51941220.580.2300.52203.6641.0433.92
Hex335E7A3A17034cc2922
Octal6313617272270643145142
Binary1100111011110111101011101010111011010011001100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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