#365797

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

Shades of Tory Blue #365797

Tints of Tory Blue #365797

Color information

#365797 (or 0x365797) is unknown color: approx Tory Blue. HEX triplet: 36, 57 and 97. RGB value is (54,87,151). Sum of RGB (Red+Green+Blue) = 54+87+151=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 151 (59.38% from 255 or 51.71% from 292); Max value from RGB is 151 - color contains mainly: blue. Hex color #365797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365797 is #C9A868. Grayscale: #545454. Windows color (decimal): -13215849 or 9918262. OLE color: 9918262.

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

Color convert

RGB5487151-
CMYK0.640.4200.41
HSL219.59º47.32%40.2%-
HSV(B)219.59º64.24%59.22%-
XYZ10.529.8430.62-
YUV84.43165.57106.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 151 (59.38% from 255) = 51.71%
R=18.49%
G=29.79%
B=51.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54871510.640.4200.41219.5947.3240.2
Hex365797402A029dc2f28
Octal66127227100520513345750
Binary1101101010111100101111000000101010010100111011100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365797; }

 p { color: rgb(54,87,151); }

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

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

 a { background-color: rgb(54,87,151); }

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

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

 span { border-color: rgb(54,87,151); }

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