#336481

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

Shades of Matisse #336481

Tints of Matisse #336481

Color information

#336481 (or 0x336481) is unknown color: approx Matisse. HEX triplet: 33, 64 and 81. RGB value is (51,100,129). Sum of RGB (Red+Green+Blue) = 51+100+129=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #336481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336481 is #CC9B7E. Grayscale: #585858. Windows color (decimal): -13409151 or 8479795. OLE color: 8479795.

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

Color convert

RGB51100129-
CMYK0.600.2200.49
HSL202.31º43.33%35.29%-
HSV(B)202.31º60.47%50.59%-
XYZ9.8811.422.45-
YUV88.66150.77101.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 129 (50.78% from 255) = 46.07%
R=18.21%
G=35.71%
B=46.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511001290.600.2200.49202.3143.3335.29
Hex3364813C16031ca2b23
Octal6314420174260613125343
Binary11001111001001000000111110010110011000111001010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336481; }

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

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

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

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

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

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

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

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