#365289

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

Shades of Tory Blue #365289

Tints of Tory Blue #365289

Color information

#365289 (or 0x365289) is unknown color: approx Tory Blue. HEX triplet: 36, 52 and 89. RGB value is (54,82,137). Sum of RGB (Red+Green+Blue) = 54+82+137=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #365289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365289 is #C9AD76. Grayscale: #4F4F4F. Windows color (decimal): -13217143 or 8999478. OLE color: 8999478.

HSL color Cylindrical-coordinate representation of color #365289: hue angle of 219.76º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #365289 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5482137-
CMYK0.610.4000.46
HSL219.76º43.46%37.45%-
HSV(B)219.76º60.58%53.73%-
XYZ9.058.6224.85-
YUV79.9160.22109.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=19.78%
G=30.04%
B=50.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54821370.610.4000.46219.7643.4637.45
Hex3652893D2802Edc2b25
Octal6612221175500563345345
Binary110110101001010001001111101101000010111011011100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365289; }

 p { color: rgb(54,82,137); }

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

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

 a { background-color: rgb(54,82,137); }

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

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

 span { border-color: rgb(54,82,137); }

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