#364790

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

Shades of Tory Blue #364790

Tints of Tory Blue #364790

Color information

#364790 (or 0x364790) is unknown color: approx Tory Blue. HEX triplet: 36, 47 and 90. RGB value is (54,71,144). Sum of RGB (Red+Green+Blue) = 54+71+144=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #364790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364790 is #C9B86F. Grayscale: #494949. Windows color (decimal): -13219952 or 9455414. OLE color: 9455414.

HSL color Cylindrical-coordinate representation of color #364790: hue angle of 228.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #364790 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5471144-
CMYK0.630.5100.44
HSL228.67º45.45%38.82%-
HSV(B)228.67º62.5%56.47%-
XYZ8.817.327.33-
YUV74.24167.37113.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 144 (56.64% from 255) = 53.53%
R=20.07%
G=26.39%
B=53.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54711440.630.5100.44228.6745.4538.82
Hex3647903F3302Ce52d27
Octal6610722077630543455547
Binary110110100011110010000111111110011010110011100101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364790; }

 p { color: rgb(54,71,144); }

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

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

 a { background-color: rgb(54,71,144); }

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

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

 span { border-color: rgb(54,71,144); }

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