#364389

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

Shades of Tory Blue #364389

Tints of Tory Blue #364389

Color information

#364389 (or 0x364389) is unknown color: approx Tory Blue. HEX triplet: 36, 43 and 89. RGB value is (54,67,137). Sum of RGB (Red+Green+Blue) = 54+67+137=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #364389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364389 is #C9BC76. Grayscale: #464646. Windows color (decimal): -13220983 or 8995638. OLE color: 8995638.

HSL color Cylindrical-coordinate representation of color #364389: hue angle of 230.6º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #364389 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5467137-
CMYK0.610.5100.46
HSL230.6º43.46%37.45%-
HSV(B)230.6º60.58%53.73%-
XYZ8.046.624.52-
YUV71.09165.19115.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=20.93%
G=25.97%
B=53.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54671370.610.5100.46230.643.4637.45
Hex3643893D3302Ee72b25
Octal6610321175630563475345
Binary110110100001110001001111101110011010111011100111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364389; }

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

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

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

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

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

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

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

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