#365D7F

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

Shades of Matisse #365D7F

Tints of Matisse #365D7F

Color information

#365D7F (or 0x365D7F) is unknown color: approx Matisse. HEX triplet: 36, 5D and 7F. RGB value is (54,93,127). Sum of RGB (Red+Green+Blue) = 54+93+127=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #365D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D7F is #C9A280. Grayscale: #555555. Windows color (decimal): -13214337 or 8346934. OLE color: 8346934.

HSL color Cylindrical-coordinate representation of color #365D7F: hue angle of 207.95º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #365D7F is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5493127-
CMYK0.570.2700.50
HSL207.95º40.33%35.49%-
HSV(B)207.95º57.48%49.8%-
XYZ9.2710.1521.55-
YUV85.21151.58105.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 127 (50% from 255) = 46.35%
R=19.71%
G=33.94%
B=46.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54931270.570.2700.50207.9540.3335.49
Hex365D7F391B032d02823
Octal6613517771330623205043
Binary1101101011101111111111100111011011001011010000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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