#335F81

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

Shades of Matisse #335F81

Tints of Matisse #335F81

Color information

#335F81 (or 0x335F81) is unknown color: approx Matisse. HEX triplet: 33, 5F and 81. RGB value is (51,95,129). Sum of RGB (Red+Green+Blue) = 51+95+129=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #335F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335F81 is #CCA07E. Grayscale: #555555. Windows color (decimal): -13410431 or 8478515. OLE color: 8478515.

HSL color Cylindrical-coordinate representation of color #335F81: hue angle of 206.15º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #335F81 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5195129-
CMYK0.600.2600.49
HSL206.15º43.33%35.29%-
HSV(B)206.15º60.47%50.59%-
XYZ9.4210.4722.29-
YUV85.72152.42103.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=18.55%
G=34.55%
B=46.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51951290.600.2600.49206.1543.3335.29
Hex335F813C1A031ce2b23
Octal6313720174320613165343
Binary11001110111111000000111110011010011000111001110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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