#365593

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

Shades of Tory Blue #365593

Tints of Tory Blue #365593

Color information

#365593 (or 0x365593) is unknown color: approx Tory Blue. HEX triplet: 36, 55 and 93. RGB value is (54,85,147). Sum of RGB (Red+Green+Blue) = 54+85+147=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #365593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365593 is #C9AA6C. Grayscale: #525252. Windows color (decimal): -13216365 or 9655606. OLE color: 9655606.

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

Color convert

RGB5485147-
CMYK0.630.4200.42
HSL220º46.27%39.41%-
HSV(B)220º63.27%57.65%-
XYZ10.049.3928.89-
YUV82.8164.23107.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 147 (57.81% from 255) = 51.40%
R=18.88%
G=29.72%
B=51.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54851470.630.4200.4222046.2739.41
Hex3655933F2A02Adc2e27
Octal6612522377520523345647
Binary110110101010110010011111111101010010101011011100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365593; }

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

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

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

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

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

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

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

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