#335980

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

Shades of Matisse #335980

Tints of Matisse #335980

Color information

#335980 (or 0x335980) is unknown color: approx Matisse. HEX triplet: 33, 59 and 80. RGB value is (51,89,128). Sum of RGB (Red+Green+Blue) = 51+89+128=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #335980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335980 is #CCA67F. Grayscale: #515151. Windows color (decimal): -13411968 or 8411443. OLE color: 8411443.

HSL color Cylindrical-coordinate representation of color #335980: hue angle of 210.39º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #335980 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5189128-
CMYK0.600.3000.50
HSL210.39º43.02%35.1%-
HSV(B)210.39º60.16%50.2%-
XYZ8.839.4121.77-
YUV82.08153.91105.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=19.03%
G=33.21%
B=47.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51891280.600.3000.50210.3943.0235.1
Hex3359803C1E032d22b23
Octal6313120074360623225343
Binary11001110110011000000011110011110011001011010010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335980; }

 p { color: rgb(51,89,128); }

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

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

 a { background-color: rgb(51,89,128); }

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

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

 span { border-color: rgb(51,89,128); }

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