#335A78

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

Shades of Matisse #335A78

Tints of Matisse #335A78

Color information

#335A78 (or 0x335A78) is unknown color: approx Matisse. HEX triplet: 33, 5A and 78. RGB value is (51,90,120). Sum of RGB (Red+Green+Blue) = 51+90+120=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #335A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A78 is #CCA587. Grayscale: #515151. Windows color (decimal): -13411720 or 7887411. OLE color: 7887411.

HSL color Cylindrical-coordinate representation of color #335A78: hue angle of 206.09º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335A78 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5190120-
CMYK0.580.2500.53
HSL206.09º40.35%33.53%-
HSV(B)206.09º57.5%47.06%-
XYZ8.419.3719.13-
YUV81.76149.58106.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=19.54%
G=34.48%
B=45.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51901200.580.2500.53206.0940.3533.53
Hex335A783A19035ce2822
Octal6313217072310653165042
Binary1100111011010111100011101011001011010111001110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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