#365196

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

Shades of Tory Blue #365196

Tints of Tory Blue #365196

Color information

#365196 (or 0x365196) is unknown color: approx Tory Blue. HEX triplet: 36, 51 and 96. RGB value is (54,81,150). Sum of RGB (Red+Green+Blue) = 54+81+150=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #365196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365196 is #C9AE69. Grayscale: #505050. Windows color (decimal): -13217386 or 9851190. OLE color: 9851190.

HSL color Cylindrical-coordinate representation of color #365196: hue angle of 223.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365196 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5481150-
CMYK0.640.4600.41
HSL223.12º47.06%40%-
HSV(B)223.12º64%58.82%-
XYZ9.978.8730.04-
YUV80.79167.05108.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=18.95%
G=28.42%
B=52.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54811500.640.4600.41223.1247.0640
Hex365196402E029df2f28
Octal66121226100560513375750
Binary1101101010001100101101000000101110010100111011111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365196; }

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

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

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

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

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

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

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

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