#364388

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

Shades of Tory Blue #364388

Tints of Tory Blue #364388

Color information

#364388 (or 0x364388) is unknown color: approx Tory Blue. HEX triplet: 36, 43 and 88. RGB value is (54,67,136). Sum of RGB (Red+Green+Blue) = 54+67+136=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #364388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364388 is #C9BC77. Grayscale: #464646. Windows color (decimal): -13220984 or 8930102. OLE color: 8930102.

HSL color Cylindrical-coordinate representation of color #364388: hue angle of 230.49º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #364388 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5467136-
CMYK0.600.5100.47
HSL230.49º43.16%37.25%-
HSV(B)230.49º60.29%53.33%-
XYZ7.976.5824.14-
YUV70.98164.69115.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 136 (53.52% from 255) = 52.92%
R=21.01%
G=26.07%
B=52.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54671360.600.5100.47230.4943.1637.25
Hex3643883C3302Fe62b25
Octal6610321074630573465345
Binary110110100001110001000111100110011010111111100110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364388; }

 p { color: rgb(54,67,136); }

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

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

 a { background-color: rgb(54,67,136); }

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

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

 span { border-color: rgb(54,67,136); }

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