#364699

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

Shades of Tory Blue #364699

Tints of Tory Blue #364699

Color information

#364699 (or 0x364699) is unknown color: approx Tory Blue. HEX triplet: 36, 46 and 99. RGB value is (54,70,153). Sum of RGB (Red+Green+Blue) = 54+70+153=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #364699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364699 is #C9B966. Grayscale: #4A4A4A. Windows color (decimal): -13220199 or 10044982. OLE color: 10044982.

HSL color Cylindrical-coordinate representation of color #364699: hue angle of 230.3º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364699 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5470153-
CMYK0.650.5400.4
HSL230.3º47.83%40.59%-
HSV(B)230.3º64.71%60%-
XYZ9.467.4631.08-
YUV74.68172.2113.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 153 (60.16% from 255) = 55.23%
R=19.49%
G=25.27%
B=55.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54701530.650.5400.4230.347.8340.59
Hex3646994136028e63029
Octal66106231101660503466051
Binary1101101000110100110011000001110110010100011100110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364699; }

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

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

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

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

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

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

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

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