#364D9B

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

Shades of Tory Blue #364D9B

Tints of Tory Blue #364D9B

Color information

#364D9B (or 0x364D9B) is unknown color: approx Tory Blue. HEX triplet: 36, 4D and 9B. RGB value is (54,77,155). Sum of RGB (Red+Green+Blue) = 54+77+155=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #364D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364D9B is #C9B264. Grayscale: #4E4E4E. Windows color (decimal): -13218405 or 10177846. OLE color: 10177846.

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

Color convert

RGB5477155-
CMYK0.650.5000.39
HSL226.34º48.33%40.98%-
HSV(B)226.34º65.16%60.78%-
XYZ10.098.4632.11-
YUV79.02170.88110.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 77 (30.47% from 255) = 26.92%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=18.88%
G=26.92%
B=54.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54771550.650.5000.39226.3448.3340.98
Hex364D9B4132027e23029
Octal66115233101620473426051
Binary1101101001101100110111000001110010010011111100010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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