#364E9D

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

Shades of Tory Blue #364E9D

Tints of Tory Blue #364E9D

Color information

#364E9D (or 0x364E9D) is unknown color: approx Tory Blue. HEX triplet: 36, 4E and 9D. RGB value is (54,78,157). Sum of RGB (Red+Green+Blue) = 54+78+157=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #364E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364E9D is #C9B162. Grayscale: #4F4F4F. Windows color (decimal): -13218147 or 10309174. OLE color: 10309174.

HSL color Cylindrical-coordinate representation of color #364E9D: hue angle of 226.02º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #364E9D is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5478157-
CMYK0.660.5000.38
HSL226.02º48.82%41.37%-
HSV(B)226.02º65.61%61.57%-
XYZ10.338.6733.03-
YUV79.83171.55109.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 157 (61.72% from 255) = 54.33%
R=18.69%
G=26.99%
B=54.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54781570.660.5000.38226.0248.8241.37
Hex364E9D4232026e23129
Octal66116235102620463426151
Binary1101101001110100111011000010110010010011011100010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364E9D; }

 p { color: rgb(54,78,157); }

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

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

 a { background-color: rgb(54,78,157); }

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

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

 span { border-color: rgb(54,78,157); }

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