#335B83

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

Shades of Matisse #335B83

Tints of Matisse #335B83

Color information

#335B83 (or 0x335B83) is unknown color: approx Matisse. HEX triplet: 33, 5B and 83. RGB value is (51,91,131). Sum of RGB (Red+Green+Blue) = 51+91+131=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #335B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335B83 is #CCA47C. Grayscale: #535353. Windows color (decimal): -13411453 or 8608563. OLE color: 8608563.

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

Color convert

RGB5191131-
CMYK0.610.3100.49
HSL210º43.96%35.69%-
HSV(B)210º61.07%51.37%-
XYZ9.29.8222.88-
YUV83.6154.75104.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=18.68%
G=33.33%
B=47.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51911310.610.3100.4921043.9635.69
Hex335B833D1F031d22c24
Octal6313320375370613225444
Binary11001110110111000001111110111111011000111010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,91,131); }

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

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

 a { background-color: rgb(51,91,131); }

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

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

 span { border-color: rgb(51,91,131); }

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