#365C83

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

Shades of Matisse #365C83

Tints of Matisse #365C83

Color information

#365C83 (or 0x365C83) is unknown color: approx Matisse. HEX triplet: 36, 5C and 83. RGB value is (54,92,131). Sum of RGB (Red+Green+Blue) = 54+92+131=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #365C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C83 is #C9A37C. Grayscale: #545454. Windows color (decimal): -13214589 or 8608822. OLE color: 8608822.

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

Color convert

RGB5492131-
CMYK0.590.3000.49
HSL210.39º41.62%36.27%-
HSV(B)210.39º58.78%51.37%-
XYZ9.4510.0822.92-
YUV85.08153.91105.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=19.49%
G=33.21%
B=47.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54921310.590.3000.49210.3941.6236.27
Hex365C833B1E031d22a24
Octal6613420373360613225244
Binary11011010111001000001111101111110011000111010010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,92,131); }

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

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

 a { background-color: rgb(54,92,131); }

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

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

 span { border-color: rgb(54,92,131); }

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