#336485

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

Shades of Matisse #336485

Tints of Matisse #336485

Color information

#336485 (or 0x336485) is unknown color: approx Matisse. HEX triplet: 33, 64 and 85. RGB value is (51,100,133). Sum of RGB (Red+Green+Blue) = 51+100+133=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #336485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336485 is #CC9B7A. Grayscale: #585858. Windows color (decimal): -13409147 or 8741939. OLE color: 8741939.

HSL color Cylindrical-coordinate representation of color #336485: hue angle of 204.15º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336485 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB51100133-
CMYK0.620.2500.48
HSL204.15º44.57%36.08%-
HSV(B)204.15º61.65%52.16%-
XYZ10.1611.5123.88-
YUV89.11152.77100.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=17.96%
G=35.21%
B=46.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511001330.620.2500.48204.1544.5736.08
Hex3364853E19030cc2d24
Octal6314420576310603145544
Binary11001111001001000010111111011001011000011001100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336485; }

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

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

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

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

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

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

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

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