#365A7A

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

Shades of Matisse #365A7A

Tints of Matisse #365A7A

Color information

#365A7A (or 0x365A7A) is unknown color: approx Matisse. HEX triplet: 36, 5A and 7A. RGB value is (54,90,122). Sum of RGB (Red+Green+Blue) = 54+90+122=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #365A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A7A is #C9A585. Grayscale: #525252. Windows color (decimal): -13215110 or 8018486. OLE color: 8018486.

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

Color convert

RGB5490122-
CMYK0.560.2600.52
HSL208.24º38.64%34.51%-
HSV(B)208.24º55.74%47.84%-
XYZ8.699.519.79-
YUV82.88150.07107.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=20.30%
G=33.83%
B=45.86%

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
Decimal54901220.560.2600.52208.2438.6434.51
Hex365A7A381A034d02723
Octal6613217270320643204743
Binary1101101011010111101011100011010011010011010000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,90,122); }

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

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

 a { background-color: rgb(54,90,122); }

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

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

 span { border-color: rgb(54,90,122); }

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