#335F84

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

Shades of Matisse #335F84

Tints of Matisse #335F84

Color information

#335F84 (or 0x335F84) is unknown color: approx Matisse. HEX triplet: 33, 5F and 84. RGB value is (51,95,132). Sum of RGB (Red+Green+Blue) = 51+95+132=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #335F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335F84 is #CCA07B. Grayscale: #555555. Windows color (decimal): -13410428 or 8675123. OLE color: 8675123.

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

Color convert

RGB5195132-
CMYK0.610.2800.48
HSL207.41º44.26%35.88%-
HSV(B)207.41º61.36%51.76%-
XYZ9.6210.5523.36-
YUV86.06153.92102.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 132 (51.95% from 255) = 47.48%
R=18.35%
G=34.17%
B=47.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51951320.610.2800.48207.4144.2635.88
Hex335F843D1C030cf2c24
Octal6313720475340603175444
Binary11001110111111000010011110111100011000011001111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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