#364D9F

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

Shades of Tory Blue #364D9F

Tints of Tory Blue #364D9F

Color information

#364D9F (or 0x364D9F) is unknown color: approx Tory Blue. HEX triplet: 36, 4D and 9F. RGB value is (54,77,159). Sum of RGB (Red+Green+Blue) = 54+77+159=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #364D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364D9F is #C9B260. Grayscale: #4F4F4F. Windows color (decimal): -13218401 or 10439990. OLE color: 10439990.

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

Color convert

RGB5477159-
CMYK0.660.5200.38
HSL226.86º49.3%41.76%-
HSV(B)226.86º66.04%62.35%-
XYZ10.438.633.91-
YUV79.47172.88109.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 159 (62.5% from 255) = 54.83%
R=18.62%
G=26.55%
B=54.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54771590.660.5200.38226.8649.341.76
Hex364D9F4234026e3312a
Octal66115237102640463436152
Binary1101101001101100111111000010110100010011011100011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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