#364299

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

Shades of Tory Blue #364299

Tints of Tory Blue #364299

Color information

#364299 (or 0x364299) is unknown color: approx Tory Blue. HEX triplet: 36, 42 and 99. RGB value is (54,66,153). Sum of RGB (Red+Green+Blue) = 54+66+153=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #364299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364299 is #C9BD66. Grayscale: #474747. Windows color (decimal): -13221223 or 10043958. OLE color: 10043958.

HSL color Cylindrical-coordinate representation of color #364299: hue angle of 232.73º 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 #364299 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5466153-
CMYK0.650.5700.4
HSL232.73º47.83%40.59%-
HSV(B)232.73º64.71%60%-
XYZ9.226.9831-
YUV72.33173.52114.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=19.78%
G=24.18%
B=56.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54661530.650.5700.4232.7347.8340.59
Hex3642994139028e93029
Octal66102231101710503516051
Binary1101101000010100110011000001111001010100011101001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364299; }

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

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

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

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

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

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

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

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