#336080

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

Shades of Matisse #336080

Tints of Matisse #336080

Color information

#336080 (or 0x336080) is unknown color: approx Matisse. HEX triplet: 33, 60 and 80. RGB value is (51,96,128). Sum of RGB (Red+Green+Blue) = 51+96+128=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #336080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336080 is #CC9F7F. Grayscale: #565656. Windows color (decimal): -13410176 or 8413235. OLE color: 8413235.

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

Color convert

RGB5196128-
CMYK0.600.2500.50
HSL204.94º43.02%35.1%-
HSV(B)204.94º60.16%50.2%-
XYZ9.4410.6321.98-
YUV86.19151.59102.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=18.55%
G=34.91%
B=46.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51961280.600.2500.50204.9443.0235.1
Hex3360803C19032cd2b23
Octal6314020074310623155343
Binary11001111000001000000011110011001011001011001101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336080; }

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

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

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

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

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

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

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

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