#365393

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

Shades of Tory Blue #365393

Tints of Tory Blue #365393

Color information

#365393 (or 0x365393) is unknown color: approx Tory Blue. HEX triplet: 36, 53 and 93. RGB value is (54,83,147). Sum of RGB (Red+Green+Blue) = 54+83+147=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #365393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365393 is #C9AC6C. Grayscale: #515151. Windows color (decimal): -13216877 or 9655094. OLE color: 9655094.

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

Color convert

RGB5483147-
CMYK0.630.4400.42
HSL221.29º46.27%39.41%-
HSV(B)221.29º63.27%57.65%-
XYZ9.889.0828.84-
YUV81.62164.89108.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=19.01%
G=29.23%
B=51.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54831470.630.4400.42221.2946.2739.41
Hex3653933F2C02Add2e27
Octal6612322377540523355647
Binary110110101001110010011111111101100010101011011101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365393; }

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

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

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

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

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

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

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

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