#364C9B

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

Shades of Tory Blue #364C9B

Tints of Tory Blue #364C9B

Color information

#364C9B (or 0x364C9B) is unknown color: approx Tory Blue. HEX triplet: 36, 4C and 9B. RGB value is (54,76,155). Sum of RGB (Red+Green+Blue) = 54+76+155=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #364C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364C9B is #C9B364. Grayscale: #4E4E4E. Windows color (decimal): -13218661 or 10177590. OLE color: 10177590.

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

Color convert

RGB5476155-
CMYK0.650.5100.39
HSL226.93º48.33%40.98%-
HSV(B)226.93º65.16%60.78%-
XYZ10.028.3232.09-
YUV78.43171.21110.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 155 (60.94% from 255) = 54.39%
R=18.95%
G=26.67%
B=54.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54761550.650.5100.39226.9348.3340.98
Hex364C9B4133027e33029
Octal66114233101630473436051
Binary1101101001100100110111000001110011010011111100011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,76,155); }

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

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

 a { background-color: rgb(54,76,155); }

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

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

 span { border-color: rgb(54,76,155); }

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