#364A81

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

Shades of Tory Blue #364A81

Tints of Tory Blue #364A81

Color information

#364A81 (or 0x364A81) is unknown color: approx Tory Blue. HEX triplet: 36, 4A and 81. RGB value is (54,74,129). Sum of RGB (Red+Green+Blue) = 54+74+129=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #364A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364A81 is #C9B57E. Grayscale: #4A4A4A. Windows color (decimal): -13219199 or 8473142. OLE color: 8473142.

HSL color Cylindrical-coordinate representation of color #364A81: hue angle of 224º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #364A81 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5474129-
CMYK0.580.4300.49
HSL224º40.98%35.88%-
HSV(B)224º58.14%50.59%-
XYZ7.937.2721.75-
YUV74.29158.87113.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 129 (50.78% from 255) = 50.19%
R=21.01%
G=28.79%
B=50.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54741290.580.4300.4922440.9835.88
Hex364A813A2B031e02924
Octal6611220172530613405144
Binary110110100101010000001111010101011011000111100000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364A81; }

 p { color: rgb(54,74,129); }

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

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

 a { background-color: rgb(54,74,129); }

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

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

 span { border-color: rgb(54,74,129); }

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