#365E84

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

Shades of Matisse #365E84

Tints of Matisse #365E84

Color information

#365E84 (or 0x365E84) is unknown color: approx Matisse. HEX triplet: 36, 5E and 84. RGB value is (54,94,132). Sum of RGB (Red+Green+Blue) = 54+94+132=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #365E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E84 is #C9A17B. Grayscale: #565656. Windows color (decimal): -13214076 or 8674870. OLE color: 8674870.

HSL color Cylindrical-coordinate representation of color #365E84: hue angle of 209.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365E84 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5494132-
CMYK0.590.2900.48
HSL209.23º41.94%36.47%-
HSV(B)209.23º59.09%51.76%-
XYZ9.6910.4623.34-
YUV86.37153.75104.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.29%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=19.29%
G=33.57%
B=47.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54941320.590.2900.48209.2341.9436.47
Hex365E843B1D030d12a24
Octal6613620473350603215244
Binary11011010111101000010011101111101011000011010001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365E84; }

 p { color: rgb(54,94,132); }

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

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

 a { background-color: rgb(54,94,132); }

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

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

 span { border-color: rgb(54,94,132); }

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