#365190

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

Shades of Tory Blue #365190

Tints of Tory Blue #365190

Color information

#365190 (or 0x365190) is unknown color: approx Tory Blue. HEX triplet: 36, 51 and 90. RGB value is (54,81,144). Sum of RGB (Red+Green+Blue) = 54+81+144=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #365190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365190 is #C9AE6F. Grayscale: #4F4F4F. Windows color (decimal): -13217392 or 9457974. OLE color: 9457974.

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

Color convert

RGB5481144-
CMYK0.630.4400.44
HSL222º45.45%38.82%-
HSV(B)222º62.5%56.47%-
XYZ9.58.6827.56-
YUV80.11164.05109.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=19.35%
G=29.03%
B=51.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54811440.630.4400.4422245.4538.82
Hex3651903F2C02Cde2d27
Octal6612122077540543365547
Binary110110101000110010000111111101100010110011011110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365190; }

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

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

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

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

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

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

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

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