#364A7F

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

Shades of Tory Blue #364A7F

Tints of Tory Blue #364A7F

Color information

#364A7F (or 0x364A7F) is unknown color: approx Tory Blue. HEX triplet: 36, 4A and 7F. RGB value is (54,74,127). Sum of RGB (Red+Green+Blue) = 54+74+127=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #364A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A7F is #C9B580. Grayscale: #494949. Windows color (decimal): -13219201 or 8342070. OLE color: 8342070.

HSL color Cylindrical-coordinate representation of color #364A7F: hue angle of 223.56º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #364A7F is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5474127-
CMYK0.570.4200.50
HSL223.56º40.33%35.49%-
HSV(B)223.56º57.48%49.8%-
XYZ7.87.2121.06-
YUV74.06157.87113.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 127 (50% from 255) = 49.80%
R=21.18%
G=29.02%
B=49.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54741270.570.4200.50223.5640.3335.49
Hex364A7F392A032e02823
Octal6611217771520623405043
Binary11011010010101111111111001101010011001011100000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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