#336081

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

Shades of Matisse #336081

Tints of Matisse #336081

Color information

#336081 (or 0x336081) is unknown color: approx Matisse. HEX triplet: 33, 60 and 81. RGB value is (51,96,129). Sum of RGB (Red+Green+Blue) = 51+96+129=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #336081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336081 is #CC9F7E. Grayscale: #565656. Windows color (decimal): -13410175 or 8478771. OLE color: 8478771.

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

Color convert

RGB5196129-
CMYK0.600.2600.49
HSL205.38º43.33%35.29%-
HSV(B)205.38º60.47%50.59%-
XYZ9.5110.6522.32-
YUV86.31152.09102.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 129 (50.78% from 255) = 46.74%
R=18.48%
G=34.78%
B=46.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51961290.600.2600.49205.3843.3335.29
Hex3360813C1A031cd2b23
Octal6314020174320613155343
Binary11001111000001000000111110011010011000111001101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336081; }

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

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

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

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

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

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

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

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