#335B80

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

Shades of Matisse #335B80

Tints of Matisse #335B80

Color information

#335B80 (or 0x335B80) is unknown color: approx Matisse. HEX triplet: 33, 5B and 80. RGB value is (51,91,128). Sum of RGB (Red+Green+Blue) = 51+91+128=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #335B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335B80 is #CCA47F. Grayscale: #535353. Windows color (decimal): -13411456 or 8411955. OLE color: 8411955.

HSL color Cylindrical-coordinate representation of color #335B80: hue angle of 208.83º 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 #335B80 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5191128-
CMYK0.600.2900.50
HSL208.83º43.02%35.1%-
HSV(B)208.83º60.16%50.2%-
XYZ99.7421.83-
YUV83.26153.25104.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 91 (35.94% from 255) = 33.70%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=18.89%
G=33.70%
B=47.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51911280.600.2900.50208.8343.0235.1
Hex335B803C1D032d12b23
Octal6313320074350623215343
Binary11001110110111000000011110011101011001011010001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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