#364F96

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

Shades of Tory Blue #364F96

Tints of Tory Blue #364F96

Color information

#364F96 (or 0x364F96) is unknown color: approx Tory Blue. HEX triplet: 36, 4F and 96. RGB value is (54,79,150). Sum of RGB (Red+Green+Blue) = 54+79+150=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #364F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364F96 is #C9B069. Grayscale: #4F4F4F. Windows color (decimal): -13217898 or 9850678. OLE color: 9850678.

HSL color Cylindrical-coordinate representation of color #364F96: hue angle of 224.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #364F96 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5479150-
CMYK0.640.4700.41
HSL224.38º47.06%40%-
HSV(B)224.38º64%58.82%-
XYZ9.828.5829.99-
YUV79.62167.72109.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=19.08%
G=27.92%
B=53.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54791500.640.4700.41224.3847.0640
Hex364F96402F029e02f28
Octal66117226100570513405750
Binary1101101001111100101101000000101111010100111100000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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