#335D84

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

Shades of Matisse #335D84

Tints of Matisse #335D84

Color information

#335D84 (or 0x335D84) is unknown color: approx Matisse. HEX triplet: 33, 5D and 84. RGB value is (51,93,132). Sum of RGB (Red+Green+Blue) = 51+93+132=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #335D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D84 is #CCA27B. Grayscale: #545454. Windows color (decimal): -13410940 or 8674611. OLE color: 8674611.

HSL color Cylindrical-coordinate representation of color #335D84: hue angle of 208.89º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335D84 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5193132-
CMYK0.610.3000.48
HSL208.89º44.26%35.88%-
HSV(B)208.89º61.36%51.76%-
XYZ9.4410.223.3-
YUV84.89154.59103.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 93 (36.72% from 255) = 33.70%
BLUE value IS 132 (51.95% from 255) = 47.83%
R=18.48%
G=33.70%
B=47.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51931320.610.3000.48208.8944.2635.88
Hex335D843D1E030d12c24
Octal6313520475360603215444
Binary11001110111011000010011110111110011000011010001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,93,132); }

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

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

 a { background-color: rgb(51,93,132); }

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

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

 span { border-color: rgb(51,93,132); }

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