#364795

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

Shades of Tory Blue #364795

Tints of Tory Blue #364795

Color information

#364795 (or 0x364795) is unknown color: approx Tory Blue. HEX triplet: 36, 47 and 95. RGB value is (54,71,149). Sum of RGB (Red+Green+Blue) = 54+71+149=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #364795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364795 is #C9B86A. Grayscale: #4A4A4A. Windows color (decimal): -13219947 or 9783094. OLE color: 9783094.

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

Color convert

RGB5471149-
CMYK0.640.5200.42
HSL229.26º46.8%39.8%-
HSV(B)229.26º63.76%58.43%-
XYZ9.27.4629.39-
YUV74.81169.87113.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=19.71%
G=25.91%
B=54.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54711490.640.5200.42229.2646.839.8
Hex364795403402Ae52f28
Octal66107225100640523455750
Binary1101101000111100101011000000110100010101011100101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364795; }

 p { color: rgb(54,71,149); }

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

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

 a { background-color: rgb(54,71,149); }

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

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

 span { border-color: rgb(54,71,149); }

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