#365391

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

Shades of Tory Blue #365391

Tints of Tory Blue #365391

Color information

#365391 (or 0x365391) is unknown color: approx Tory Blue. HEX triplet: 36, 53 and 91. RGB value is (54,83,145). Sum of RGB (Red+Green+Blue) = 54+83+145=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #365391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365391 is #C9AC6E. Grayscale: #515151. Windows color (decimal): -13216879 or 9524022. OLE color: 9524022.

HSL color Cylindrical-coordinate representation of color #365391: hue angle of 220.88º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #365391 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5483145-
CMYK0.630.4300.43
HSL220.88º45.73%39.02%-
HSV(B)220.88º62.76%56.86%-
XYZ9.739.0228.02-
YUV81.4163.89108.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 145 (57.03% from 255) = 51.42%
R=19.15%
G=29.43%
B=51.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54831450.630.4300.43220.8845.7339.02
Hex3653913F2B02Bdd2e27
Octal6612322177530533355647
Binary110110101001110010001111111101011010101111011101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365391; }

 p { color: rgb(54,83,145); }

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

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

 a { background-color: rgb(54,83,145); }

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

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

 span { border-color: rgb(54,83,145); }

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