#335B81

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

Shades of Matisse #335B81

Tints of Matisse #335B81

Color information

#335B81 (or 0x335B81) is unknown color: approx Matisse. HEX triplet: 33, 5B and 81. RGB value is (51,91,129). Sum of RGB (Red+Green+Blue) = 51+91+129=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #335B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335B81 is #CCA47E. Grayscale: #535353. Windows color (decimal): -13411455 or 8477491. OLE color: 8477491.

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

Color convert

RGB5191129-
CMYK0.600.2900.49
HSL209.23º43.33%35.29%-
HSV(B)209.23º60.47%50.59%-
XYZ9.079.7722.18-
YUV83.37153.75104.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 129 (50.78% from 255) = 47.60%
R=18.82%
G=33.58%
B=47.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51911290.600.2900.49209.2343.3335.29
Hex335B813C1D031d12b23
Octal6313320174350613215343
Binary11001110110111000000111110011101011000111010001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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