#36468D

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

Shades of Tory Blue #36468D

Tints of Tory Blue #36468D

Color information

#36468D (or 0x36468D) is unknown color: approx Tory Blue. HEX triplet: 36, 46 and 8D. RGB value is (54,70,141). Sum of RGB (Red+Green+Blue) = 54+70+141=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #36468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36468D is #C9B972. Grayscale: #494949. Windows color (decimal): -13220211 or 9258550. OLE color: 9258550.

HSL color Cylindrical-coordinate representation of color #36468D: hue angle of 228.97º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36468D is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5470141-
CMYK0.620.5000.45
HSL228.97º44.62%38.24%-
HSV(B)228.97º61.7%55.29%-
XYZ8.527.0926.12-
YUV73.31166.2114.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=20.38%
G=26.42%
B=53.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54701410.620.5000.45228.9744.6238.24
Hex36468D3E3202De52d26
Octal6610621576620553455546
Binary110110100011010001101111110110010010110111100101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36468D; }

 p { color: rgb(54,70,141); }

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

<style>
 a { background-color: #36468D; }

 a { background-color: rgb(54,70,141); }

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

<style>
 span { border-color: #36468D; }

 span { border-color: rgb(54,70,141); }

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