#364E8A

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

Shades of Tory Blue #364E8A

Tints of Tory Blue #364E8A

Color information

#364E8A (or 0x364E8A) is unknown color: approx Tory Blue. HEX triplet: 36, 4E and 8A. RGB value is (54,78,138). Sum of RGB (Red+Green+Blue) = 54+78+138=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #364E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364E8A is #C9B175. Grayscale: #4D4D4D. Windows color (decimal): -13218166 or 9063990. OLE color: 9063990.

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

Color convert

RGB5478138-
CMYK0.610.4300.46
HSL222.86º43.75%37.65%-
HSV(B)222.86º60.87%54.12%-
XYZ8.838.0725.14-
YUV77.66162.05111.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 138 (54.30% from 255) = 51.11%
R=20%
G=28.89%
B=51.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54781380.610.4300.46222.8643.7537.65
Hex364E8A3D2B02Edf2c26
Octal6611621275530563375446
Binary110110100111010001010111101101011010111011011111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,78,138); }

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

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

 a { background-color: rgb(54,78,138); }

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

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

 span { border-color: rgb(54,78,138); }

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