#365F7D

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

Shades of Matisse #365F7D

Tints of Matisse #365F7D

Color information

#365F7D (or 0x365F7D) is unknown color: approx Matisse. HEX triplet: 36, 5F and 7D. RGB value is (54,95,125). Sum of RGB (Red+Green+Blue) = 54+95+125=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #365F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F7D is #C9A082. Grayscale: #565656. Windows color (decimal): -13213827 or 8216374. OLE color: 8216374.

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

Color convert

RGB5495125-
CMYK0.570.2400.51
HSL205.35º39.66%35.1%-
HSV(B)205.35º56.8%49.02%-
XYZ9.3210.4520.93-
YUV86.16149.92105.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 125 (49.22% from 255) = 45.62%
R=19.71%
G=34.67%
B=45.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54951250.570.2400.51205.3539.6635.1
Hex365F7D3918033cd2823
Octal6613717571300633155043
Binary1101101011111111110111100111000011001111001101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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