#364D99

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

Shades of Tory Blue #364D99

Tints of Tory Blue #364D99

Color information

#364D99 (or 0x364D99) is unknown color: approx Tory Blue. HEX triplet: 36, 4D and 99. RGB value is (54,77,153). Sum of RGB (Red+Green+Blue) = 54+77+153=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #364D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364D99 is #C9B266. Grayscale: #4E4E4E. Windows color (decimal): -13218407 or 10046774. OLE color: 10046774.

HSL color Cylindrical-coordinate representation of color #364D99: hue angle of 226.06º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364D99 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5477153-
CMYK0.650.5000.4
HSL226.06º47.83%40.59%-
HSV(B)226.06º64.71%60%-
XYZ9.928.3931.23-
YUV78.79169.88110.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=19.01%
G=27.11%
B=53.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54771530.650.5000.4226.0647.8340.59
Hex364D994132028e23029
Octal66115231101620503426051
Binary1101101001101100110011000001110010010100011100010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,77,153); }

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

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

 a { background-color: rgb(54,77,153); }

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

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

 span { border-color: rgb(54,77,153); }

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