#335E80

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

Shades of Matisse #335E80

Tints of Matisse #335E80

Color information

#335E80 (or 0x335E80) is unknown color: approx Matisse. HEX triplet: 33, 5E and 80. RGB value is (51,94,128). Sum of RGB (Red+Green+Blue) = 51+94+128=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #335E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E80 is #CCA17F. Grayscale: #545454. Windows color (decimal): -13410688 or 8412723. OLE color: 8412723.

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

Color convert

RGB5194128-
CMYK0.600.2700.50
HSL206.49º43.02%35.1%-
HSV(B)206.49º60.16%50.2%-
XYZ9.2610.2721.92-
YUV85.02152.25103.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 128 (50.39% from 255) = 46.89%
R=18.68%
G=34.43%
B=46.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51941280.600.2700.50206.4943.0235.1
Hex335E803C1B032ce2b23
Octal6313620074330623165343
Binary11001110111101000000011110011011011001011001110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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