#364684

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

Shades of Tory Blue #364684

Tints of Tory Blue #364684

Color information

#364684 (or 0x364684) is unknown color: approx Tory Blue. HEX triplet: 36, 46 and 84. RGB value is (54,70,132). Sum of RGB (Red+Green+Blue) = 54+70+132=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #364684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364684 is #C9B97B. Grayscale: #484848. Windows color (decimal): -13220220 or 8668726. OLE color: 8668726.

HSL color Cylindrical-coordinate representation of color #364684: hue angle of 227.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364684 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5470132-
CMYK0.590.4700.48
HSL227.69º41.94%36.47%-
HSV(B)227.69º59.09%51.76%-
XYZ7.886.8322.73-
YUV72.28161.7114.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=21.09%
G=27.34%
B=51.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54701320.590.4700.48227.6941.9436.47
Hex3646843B2F030e42a24
Octal6610620473570603445244
Binary110110100011010000100111011101111011000011100100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364684; }

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

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

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

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

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

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

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

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