#364894

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

Shades of Tory Blue #364894

Tints of Tory Blue #364894

Color information

#364894 (or 0x364894) is unknown color: approx Tory Blue. HEX triplet: 36, 48 and 94. RGB value is (54,72,148). Sum of RGB (Red+Green+Blue) = 54+72+148=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #364894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364894 is #C9B76B. Grayscale: #4A4A4A. Windows color (decimal): -13219692 or 9717814. OLE color: 9717814.

HSL color Cylindrical-coordinate representation of color #364894: hue angle of 228.51º 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 #364894 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5472148-
CMYK0.640.5100.42
HSL228.51º46.53%39.61%-
HSV(B)228.51º63.51%58.04%-
XYZ9.187.5628.99-
YUV75.28169.04112.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 148 (58.20% from 255) = 54.01%
R=19.71%
G=26.28%
B=54.01%

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
Decimal54721480.640.5100.42228.5146.5339.61
Hex364894403302Ae52f28
Octal66110224100630523455750
Binary1101101001000100101001000000110011010101011100101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364894; }

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

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

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

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

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

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

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

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