#364A9A

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

Shades of Tory Blue #364A9A

Tints of Tory Blue #364A9A

Color information

#364A9A (or 0x364A9A) is unknown color: approx Tory Blue. HEX triplet: 36, 4A and 9A. RGB value is (54,74,154). Sum of RGB (Red+Green+Blue) = 54+74+154=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #364A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364A9A is #C9B565. Grayscale: #4C4C4C. Windows color (decimal): -13219174 or 10111542. OLE color: 10111542.

HSL color Cylindrical-coordinate representation of color #364A9A: hue angle of 228º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364A9A is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5474154-
CMYK0.650.5200.40
HSL228º48.08%40.78%-
HSV(B)228º64.94%60.39%-
XYZ9.88.0131.6-
YUV77.14171.37111.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 74 (29.30% from 255) = 26.24%
BLUE value IS 154 (60.55% from 255) = 54.61%
R=19.15%
G=26.24%
B=54.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54741540.650.5200.4022848.0840.78
Hex364A9A4134028e43029
Octal66112232101640503446051
Binary1101101001010100110101000001110100010100011100100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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