#335E82

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

Shades of Matisse #335E82

Tints of Matisse #335E82

Color information

#335E82 (or 0x335E82) is unknown color: approx Matisse. HEX triplet: 33, 5E and 82. RGB value is (51,94,130). Sum of RGB (Red+Green+Blue) = 51+94+130=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #335E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E82 is #CCA17D. Grayscale: #555555. Windows color (decimal): -13410686 or 8543795. OLE color: 8543795.

HSL color Cylindrical-coordinate representation of color #335E82: hue angle of 207.34º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335E82 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5194130-
CMYK0.610.2800.49
HSL207.34º43.65%35.49%-
HSV(B)207.34º60.77%50.98%-
XYZ9.410.3222.62-
YUV85.25153.25103.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 130 (51.17% from 255) = 47.27%
R=18.55%
G=34.18%
B=47.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51941300.610.2800.49207.3443.6535.49
Hex335E823D1C031cf2c23
Octal6313620275340613175443
Binary11001110111101000001011110111100011000111001111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,94,130); }

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

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

 a { background-color: rgb(51,94,130); }

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

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

 span { border-color: rgb(51,94,130); }

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