#365474

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

Shades of Matisse #365474

Tints of Matisse #365474

Color information

#365474 (or 0x365474) is unknown color: approx Matisse. HEX triplet: 36, 54 and 74. RGB value is (54,84,116). Sum of RGB (Red+Green+Blue) = 54+84+116=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #365474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365474 is #C9AB8B. Grayscale: #4E4E4E. Windows color (decimal): -13216652 or 7623734. OLE color: 7623734.

HSL color Cylindrical-coordinate representation of color #365474: hue angle of 210.97º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #365474 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5484116-
CMYK0.530.2800.55
HSL210.97º36.47%33.33%-
HSV(B)210.97º53.45%45.49%-
XYZ7.848.3917.73-
YUV78.68149.06110.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 116 (45.70% from 255) = 45.67%
R=21.26%
G=33.07%
B=45.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54841160.530.2800.55210.9736.4733.33
Hex365474351C037d32421
Octal6612416465340673234441
Binary1101101010100111010011010111100011011111010011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365474; }

 p { color: rgb(54,84,116); }

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

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

 a { background-color: rgb(54,84,116); }

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

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

 span { border-color: rgb(54,84,116); }

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