#364682

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

Shades of Tory Blue #364682

Tints of Tory Blue #364682

Color information

#364682 (or 0x364682) is unknown color: approx Tory Blue. HEX triplet: 36, 46 and 82. RGB value is (54,70,130). Sum of RGB (Red+Green+Blue) = 54+70+130=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #364682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364682 is #C9B97D. Grayscale: #474747. Windows color (decimal): -13220222 or 8537654. OLE color: 8537654.

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

Color convert

RGB5470130-
CMYK0.580.4600.49
HSL227.37º41.3%36.08%-
HSV(B)227.37º58.46%50.98%-
XYZ7.746.7822.02-
YUV72.06160.7115.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=21.26%
G=27.56%
B=51.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54701300.580.4600.49227.3741.336.08
Hex3646823A2E031e32924
Octal6610620272560613435144
Binary110110100011010000010111010101110011000111100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364682; }

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

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

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

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

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

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

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

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