#335D85

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

Shades of Matisse #335D85

Tints of Matisse #335D85

Color information

#335D85 (or 0x335D85) is unknown color: approx Matisse. HEX triplet: 33, 5D and 85. RGB value is (51,93,133). Sum of RGB (Red+Green+Blue) = 51+93+133=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #335D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D85 is #CCA27A. Grayscale: #545454. Windows color (decimal): -13410939 or 8740147. OLE color: 8740147.

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

Color convert

RGB5193133-
CMYK0.620.3000.48
HSL209.27º44.57%36.08%-
HSV(B)209.27º61.65%52.16%-
XYZ9.5110.2323.66-
YUV85155.09103.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 93 (36.72% from 255) = 33.57%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=18.41%
G=33.57%
B=48.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51931330.620.3000.48209.2744.5736.08
Hex335D853E1E030d12d24
Octal6313520576360603215544
Binary11001110111011000010111111011110011000011010001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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