#364A9E

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

Shades of Tory Blue #364A9E

Tints of Tory Blue #364A9E

Color information

#364A9E (or 0x364A9E) is unknown color: approx Tory Blue. HEX triplet: 36, 4A and 9E. RGB value is (54,74,158). Sum of RGB (Red+Green+Blue) = 54+74+158=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #364A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364A9E is #C9B561. Grayscale: #4D4D4D. Windows color (decimal): -13219170 or 10373686. OLE color: 10373686.

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

Color convert

RGB5474158-
CMYK0.660.5300.38
HSL228.46º49.06%41.57%-
HSV(B)228.46º65.82%61.96%-
XYZ10.148.1533.39-
YUV77.6173.37111.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 74 (29.30% from 255) = 25.87%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=18.88%
G=25.87%
B=55.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54741580.660.5300.38228.4649.0641.57
Hex364A9E4235026e4312a
Octal66112236102650463446152
Binary1101101001010100111101000010110101010011011100100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,74,158); }

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

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

 a { background-color: rgb(54,74,158); }

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

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

 span { border-color: rgb(54,74,158); }

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