#365B7B

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

Shades of Matisse #365B7B

Tints of Matisse #365B7B

Color information

#365B7B (or 0x365B7B) is unknown color: approx Matisse. HEX triplet: 36, 5B and 7B. RGB value is (54,91,123). Sum of RGB (Red+Green+Blue) = 54+91+123=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #365B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B7B is #C9A484. Grayscale: #535353. Windows color (decimal): -13214853 or 8084278. OLE color: 8084278.

HSL color Cylindrical-coordinate representation of color #365B7B: hue angle of 207.83º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #365B7B is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5491123-
CMYK0.560.2600.52
HSL207.83º38.98%34.71%-
HSV(B)207.83º56.1%48.24%-
XYZ8.849.720.14-
YUV83.58150.24106.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=20.15%
G=33.96%
B=45.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54911230.560.2600.52207.8338.9834.71
Hex365B7B381A034d02723
Octal6613317370320643204743
Binary1101101011011111101111100011010011010011010000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,91,123); }

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

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

 a { background-color: rgb(54,91,123); }

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

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

 span { border-color: rgb(54,91,123); }

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