#364689

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

Shades of Tory Blue #364689

Tints of Tory Blue #364689

Color information

#364689 (or 0x364689) is unknown color: approx Tory Blue. HEX triplet: 36, 46 and 89. RGB value is (54,70,137). Sum of RGB (Red+Green+Blue) = 54+70+137=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #364689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364689 is #C9B976. Grayscale: #484848. Windows color (decimal): -13220215 or 8996406. OLE color: 8996406.

HSL color Cylindrical-coordinate representation of color #364689: hue angle of 228.43º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #364689 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5470137-
CMYK0.610.4900.46
HSL228.43º43.46%37.45%-
HSV(B)228.43º60.58%53.73%-
XYZ8.236.9724.58-
YUV72.85164.2114.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 137 (53.91% from 255) = 52.49%
R=20.69%
G=26.82%
B=52.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54701370.610.4900.46228.4343.4637.45
Hex3646893D3102Ee42b25
Octal6610621175610563445345
Binary110110100011010001001111101110001010111011100100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364689; }

 p { color: rgb(54,70,137); }

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

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

 a { background-color: rgb(54,70,137); }

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

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

 span { border-color: rgb(54,70,137); }

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