#364592

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

Shades of Tory Blue #364592

Tints of Tory Blue #364592

Color information

#364592 (or 0x364592) is unknown color: approx Tory Blue. HEX triplet: 36, 45 and 92. RGB value is (54,69,146). Sum of RGB (Red+Green+Blue) = 54+69+146=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #364592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364592 is #C9BA6D. Grayscale: #484848. Windows color (decimal): -13220462 or 9585974. OLE color: 9585974.

HSL color Cylindrical-coordinate representation of color #364592: hue angle of 230.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #364592 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5469146-
CMYK0.630.5300.43
HSL230.22º46%39.22%-
HSV(B)230.22º63.01%57.25%-
XYZ8.847.1228.1-
YUV73.29169.03114.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 146 (57.42% from 255) = 54.28%
R=20.07%
G=25.65%
B=54.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54691460.630.5300.43230.224639.22
Hex3645923F3502Be62e27
Octal6610522277650533465647
Binary110110100010110010010111111110101010101111100110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364592; }

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

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

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

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

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

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

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

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