#365D88

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

Shades of Matisse #365D88

Tints of Matisse #365D88

Color information

#365D88 (or 0x365D88) is unknown color: approx Matisse. HEX triplet: 36, 5D and 88. RGB value is (54,93,136). Sum of RGB (Red+Green+Blue) = 54+93+136=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #365D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D88 is #C9A277. Grayscale: #565656. Windows color (decimal): -13214328 or 8936758. OLE color: 8936758.

HSL color Cylindrical-coordinate representation of color #365D88: hue angle of 211.46º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365D88 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5493136-
CMYK0.600.3200.47
HSL211.46º43.16%37.25%-
HSV(B)211.46º60.29%53.33%-
XYZ9.8810.3924.78-
YUV86.24156.08105-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 93 (36.72% from 255) = 32.86%
BLUE value IS 136 (53.52% from 255) = 48.06%
R=19.08%
G=32.86%
B=48.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54931360.600.3200.47211.4643.1637.25
Hex365D883C2002Fd32b25
Octal6613521074400573235345
Binary110110101110110001000111100100000010111111010011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,93,136); }

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

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

 a { background-color: rgb(54,93,136); }

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

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

 span { border-color: rgb(54,93,136); }

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