#364793

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

Shades of Tory Blue #364793

Tints of Tory Blue #364793

Color information

#364793 (or 0x364793) is unknown color: approx Tory Blue. HEX triplet: 36, 47 and 93. RGB value is (54,71,147). Sum of RGB (Red+Green+Blue) = 54+71+147=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #364793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364793 is #C9B86C. Grayscale: #4A4A4A. Windows color (decimal): -13219949 or 9652022. OLE color: 9652022.

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

Color convert

RGB5471147-
CMYK0.630.5200.42
HSL229.03º46.27%39.41%-
HSV(B)229.03º63.27%57.65%-
XYZ9.047.428.56-
YUV74.58168.87113.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=19.85%
G=26.10%
B=54.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54711470.630.5200.42229.0346.2739.41
Hex3647933F3402Ae52e27
Octal6610722377640523455647
Binary110110100011110010011111111110100010101011100101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364793; }

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

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

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

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

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

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

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

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