#335E84

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

Shades of Matisse #335E84

Tints of Matisse #335E84

Color information

#335E84 (or 0x335E84) is unknown color: approx Matisse. HEX triplet: 33, 5E and 84. RGB value is (51,94,132). Sum of RGB (Red+Green+Blue) = 51+94+132=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #335E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E84 is #CCA17B. Grayscale: #555555. Windows color (decimal): -13410684 or 8674867. OLE color: 8674867.

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

Color convert

RGB5194132-
CMYK0.610.2900.48
HSL208.15º44.26%35.88%-
HSV(B)208.15º61.36%51.76%-
XYZ9.5310.3823.33-
YUV85.48154.25103.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=18.41%
G=33.94%
B=47.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51941320.610.2900.48208.1544.2635.88
Hex335E843D1D030d02c24
Octal6313620475350603205444
Binary11001110111101000010011110111101011000011010000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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