#336385

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

Shades of Matisse #336385

Tints of Matisse #336385

Color information

#336385 (or 0x336385) is unknown color: approx Matisse. HEX triplet: 33, 63 and 85. RGB value is (51,99,133). Sum of RGB (Red+Green+Blue) = 51+99+133=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #336385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336385 is #CC9C7A. Grayscale: #585858. Windows color (decimal): -13409403 or 8741683. OLE color: 8741683.

HSL color Cylindrical-coordinate representation of color #336385: hue angle of 204.88º 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 #336385 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5199133-
CMYK0.620.2600.48
HSL204.88º44.57%36.08%-
HSV(B)204.88º61.65%52.16%-
XYZ10.0611.3223.85-
YUV88.52153.1101.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=18.02%
G=34.98%
B=47.00%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51991330.620.2600.48204.8844.5736.08
Hex3363853E1A030cd2d24
Octal6314320576320603155544
Binary11001111000111000010111111011010011000011001101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336385; }

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

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

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

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

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

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

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

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