#364F9D

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

Shades of Tory Blue #364F9D

Tints of Tory Blue #364F9D

Color information

#364F9D (or 0x364F9D) is unknown color: approx Tory Blue. HEX triplet: 36, 4F and 9D. RGB value is (54,79,157). Sum of RGB (Red+Green+Blue) = 54+79+157=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #364F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364F9D is #C9B062. Grayscale: #505050. Windows color (decimal): -13217891 or 10309430. OLE color: 10309430.

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

Color convert

RGB5479157-
CMYK0.660.5000.38
HSL225.44º48.82%41.37%-
HSV(B)225.44º65.61%61.57%-
XYZ10.48.8133.05-
YUV80.42171.22109.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=18.62%
G=27.24%
B=54.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54791570.660.5000.38225.4448.8241.37
Hex364F9D4232026e13129
Octal66117235102620463416151
Binary1101101001111100111011000010110010010011011100001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,79,157); }

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

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

 a { background-color: rgb(54,79,157); }

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

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

 span { border-color: rgb(54,79,157); }

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