#364994

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

Shades of Tory Blue #364994

Tints of Tory Blue #364994

Color information

#364994 (or 0x364994) is unknown color: approx Tory Blue. HEX triplet: 36, 49 and 94. RGB value is (54,73,148). Sum of RGB (Red+Green+Blue) = 54+73+148=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #364994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364994 is #C9B66B. Grayscale: #4B4B4B. Windows color (decimal): -13219436 or 9718070. OLE color: 9718070.

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

Color convert

RGB5473148-
CMYK0.640.5100.42
HSL227.87º46.53%39.61%-
HSV(B)227.87º63.51%58.04%-
XYZ9.257.6929.01-
YUV75.87168.71112.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.64%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 148 (58.20% from 255) = 53.82%
R=19.64%
G=26.55%
B=53.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54731480.640.5100.42227.8746.5339.61
Hex364994403302Ae42f28
Octal66111224100630523445750
Binary1101101001001100101001000000110011010101011100100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364994; }

 p { color: rgb(54,73,148); }

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

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

 a { background-color: rgb(54,73,148); }

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

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

 span { border-color: rgb(54,73,148); }

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