#364190

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

Shades of Tory Blue #364190

Tints of Tory Blue #364190

Color information

#364190 (or 0x364190) is unknown color: approx Tory Blue. HEX triplet: 36, 41 and 90. RGB value is (54,65,144). Sum of RGB (Red+Green+Blue) = 54+65+144=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #364190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364190 is #C9BE6F. Grayscale: #464646. Windows color (decimal): -13221488 or 9453878. OLE color: 9453878.

HSL color Cylindrical-coordinate representation of color #364190: hue angle of 232.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 #364190 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5465144-
CMYK0.630.5500.44
HSL232.67º45.45%38.82%-
HSV(B)232.67º62.5%56.47%-
XYZ8.456.5827.21-
YUV70.72169.36116.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 144 (56.64% from 255) = 54.75%
R=20.53%
G=24.71%
B=54.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54651440.630.5500.44232.6745.4538.82
Hex3641903F3702Ce92d27
Octal6610122077670543515547
Binary110110100000110010000111111110111010110011101001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364190; }

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

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

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

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

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

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

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

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