#364693

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

Shades of Tory Blue #364693

Tints of Tory Blue #364693

Color information

#364693 (or 0x364693) is unknown color: approx Tory Blue. HEX triplet: 36, 46 and 93. RGB value is (54,70,147). Sum of RGB (Red+Green+Blue) = 54+70+147=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #364693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364693 is #C9B96C. Grayscale: #494949. Windows color (decimal): -13220205 or 9651766. OLE color: 9651766.

HSL color Cylindrical-coordinate representation of color #364693: hue angle of 229.68º 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 #364693 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5470147-
CMYK0.630.5200.42
HSL229.68º46.27%39.41%-
HSV(B)229.68º63.27%57.65%-
XYZ8.987.2728.53-
YUV73.99169.2113.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=19.93%
G=25.83%
B=54.24%

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
Decimal54701470.630.5200.42229.6846.2739.41
Hex3646933F3402Ae62e27
Octal6610622377640523465647
Binary110110100011010010011111111110100010101011100110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364693; }

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

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

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

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

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

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

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

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