#335F85

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

Shades of Matisse #335F85

Tints of Matisse #335F85

Color information

#335F85 (or 0x335F85) is unknown color: approx Matisse. HEX triplet: 33, 5F and 85. RGB value is (51,95,133). Sum of RGB (Red+Green+Blue) = 51+95+133=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #335F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335F85 is #CCA07A. Grayscale: #555555. Windows color (decimal): -13410427 or 8740659. OLE color: 8740659.

HSL color Cylindrical-coordinate representation of color #335F85: hue angle of 207.8º 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 #335F85 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5195133-
CMYK0.620.2900.48
HSL207.8º44.57%36.08%-
HSV(B)207.8º61.65%52.16%-
XYZ9.6910.5823.72-
YUV86.18154.42102.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=18.28%
G=34.05%
B=47.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51951330.620.2900.48207.844.5736.08
Hex335F853E1D030d02d24
Octal6313720576350603205544
Binary11001110111111000010111111011101011000011010000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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