#364893

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

Shades of Tory Blue #364893

Tints of Tory Blue #364893

Color information

#364893 (or 0x364893) is unknown color: approx Tory Blue. HEX triplet: 36, 48 and 93. RGB value is (54,72,147). Sum of RGB (Red+Green+Blue) = 54+72+147=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #364893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364893 is #C9B76C. Grayscale: #4A4A4A. Windows color (decimal): -13219693 or 9652278. OLE color: 9652278.

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

Color convert

RGB5472147-
CMYK0.630.5100.42
HSL228.39º46.27%39.41%-
HSV(B)228.39º63.27%57.65%-
XYZ9.117.5328.58-
YUV75.17168.54112.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 147 (57.81% from 255) = 53.85%
R=19.78%
G=26.37%
B=53.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54721470.630.5100.42228.3946.2739.41
Hex3648933F3302Ae42e27
Octal6611022377630523445647
Binary110110100100010010011111111110011010101011100100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364893; }

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

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

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

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

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

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

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

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