#364E9E

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

Shades of Tory Blue #364E9E

Tints of Tory Blue #364E9E

Color information

#364E9E (or 0x364E9E) is unknown color: approx Tory Blue. HEX triplet: 36, 4E and 9E. RGB value is (54,78,158). Sum of RGB (Red+Green+Blue) = 54+78+158=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #364E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364E9E is #C9B161. Grayscale: #4F4F4F. Windows color (decimal): -13218146 or 10374710. OLE color: 10374710.

HSL color Cylindrical-coordinate representation of color #364E9E: hue angle of 226.15º 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 #364E9E is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5478158-
CMYK0.660.5100.38
HSL226.15º49.06%41.57%-
HSV(B)226.15º65.82%61.96%-
XYZ10.428.733.48-
YUV79.94172.05109.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 78 (30.86% from 255) = 26.90%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=18.62%
G=26.90%
B=54.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54781580.660.5100.38226.1549.0641.57
Hex364E9E4233026e2312a
Octal66116236102630463426152
Binary1101101001110100111101000010110011010011011100010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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