#365E7B

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

Shades of Matisse #365E7B

Tints of Matisse #365E7B

Color information

#365E7B (or 0x365E7B) is unknown color: approx Matisse. HEX triplet: 36, 5E and 7B. RGB value is (54,94,123). Sum of RGB (Red+Green+Blue) = 54+94+123=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #365E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E7B is #C9A184. Grayscale: #555555. Windows color (decimal): -13214085 or 8085046. OLE color: 8085046.

HSL color Cylindrical-coordinate representation of color #365E7B: hue angle of 205.22º 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 #365E7B is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5494123-
CMYK0.560.2400.52
HSL205.22º38.98%34.71%-
HSV(B)205.22º56.1%48.24%-
XYZ9.110.2220.23-
YUV85.35149.25105.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=19.93%
G=34.69%
B=45.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54941230.560.2400.52205.2238.9834.71
Hex365E7B3818034cd2723
Octal6613617370300643154743
Binary1101101011110111101111100011000011010011001101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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