#365F88

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

Shades of Matisse #365F88

Tints of Matisse #365F88

Color information

#365F88 (or 0x365F88) is unknown color: approx Matisse. HEX triplet: 36, 5F and 88. RGB value is (54,95,136). Sum of RGB (Red+Green+Blue) = 54+95+136=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #365F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F88 is #C9A077. Grayscale: #575757. Windows color (decimal): -13213816 or 8937270. OLE color: 8937270.

HSL color Cylindrical-coordinate representation of color #365F88: hue angle of 210º 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 #365F88 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5495136-
CMYK0.600.3000.47
HSL210º43.16%37.25%-
HSV(B)210º60.29%53.33%-
XYZ10.0610.7524.84-
YUV87.42155.42104.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=18.95%
G=33.33%
B=47.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54951360.600.3000.4721043.1637.25
Hex365F883C1E02Fd22b25
Octal6613721074360573225345
Binary11011010111111000100011110011110010111111010010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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