#364685

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

Shades of Tory Blue #364685

Tints of Tory Blue #364685

Color information

#364685 (or 0x364685) is unknown color: approx Tory Blue. HEX triplet: 36, 46 and 85. RGB value is (54,70,133). Sum of RGB (Red+Green+Blue) = 54+70+133=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #364685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364685 is #C9B97A. Grayscale: #484848. Windows color (decimal): -13220219 or 8734262. OLE color: 8734262.

HSL color Cylindrical-coordinate representation of color #364685: hue angle of 227.85º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364685 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5470133-
CMYK0.590.4700.48
HSL227.85º42.25%36.67%-
HSV(B)227.85º59.4%52.16%-
XYZ7.956.8623.1-
YUV72.4162.2114.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 133 (52.34% from 255) = 51.75%
R=21.01%
G=27.24%
B=51.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54701330.590.4700.48227.8542.2536.67
Hex3646853B2F030e42a25
Octal6610620573570603445245
Binary110110100011010000101111011101111011000011100100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364685; }

 p { color: rgb(54,70,133); }

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

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

 a { background-color: rgb(54,70,133); }

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

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

 span { border-color: rgb(54,70,133); }

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