#364E9B

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

Shades of Tory Blue #364E9B

Tints of Tory Blue #364E9B

Color information

#364E9B (or 0x364E9B) is unknown color: approx Tory Blue. HEX triplet: 36, 4E and 9B. RGB value is (54,78,155). Sum of RGB (Red+Green+Blue) = 54+78+155=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #364E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364E9B is #C9B164. Grayscale: #4F4F4F. Windows color (decimal): -13218149 or 10178102. OLE color: 10178102.

HSL color Cylindrical-coordinate representation of color #364E9B: hue angle of 225.74º 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 #364E9B is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5478155-
CMYK0.650.5000.39
HSL225.74º48.33%40.98%-
HSV(B)225.74º65.16%60.78%-
XYZ10.168.632.13-
YUV79.6170.55109.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=18.82%
G=27.18%
B=54.01%

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
Decimal54781550.650.5000.39225.7448.3340.98
Hex364E9B4132027e23029
Octal66116233101620473426051
Binary1101101001110100110111000001110010010011111100010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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