#364584

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

Shades of Tory Blue #364584

Tints of Tory Blue #364584

Color information

#364584 (or 0x364584) is unknown color: approx Tory Blue. HEX triplet: 36, 45 and 84. RGB value is (54,69,132). Sum of RGB (Red+Green+Blue) = 54+69+132=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #364584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364584 is #C9BA7B. Grayscale: #474747. Windows color (decimal): -13220476 or 8668470. OLE color: 8668470.

HSL color Cylindrical-coordinate representation of color #364584: hue angle of 228.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364584 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5469132-
CMYK0.590.4800.48
HSL228.46º41.94%36.47%-
HSV(B)228.46º59.09%51.76%-
XYZ7.816.7122.71-
YUV71.7162.03115.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 132 (51.95% from 255) = 51.76%
R=21.18%
G=27.06%
B=51.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54691320.590.4800.48228.4641.9436.47
Hex3645843B30030e42a24
Octal6610520473600603445244
Binary110110100010110000100111011110000011000011100100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364584; }

 p { color: rgb(54,69,132); }

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

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

 a { background-color: rgb(54,69,132); }

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

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

 span { border-color: rgb(54,69,132); }

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