#36468B

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

Shades of Tory Blue #36468B

Tints of Tory Blue #36468B

Color information

#36468B (or 0x36468B) is unknown color: approx Tory Blue. HEX triplet: 36, 46 and 8B. RGB value is (54,70,139). Sum of RGB (Red+Green+Blue) = 54+70+139=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #36468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36468B is #C9B974. Grayscale: #484848. Windows color (decimal): -13220213 or 9127478. OLE color: 9127478.

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

Color convert

RGB5470139-
CMYK0.610.5000.45
HSL228.71º44.04%37.84%-
HSV(B)228.71º61.15%54.51%-
XYZ8.377.0325.34-
YUV73.08165.2114.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 139 (54.69% from 255) = 52.85%
R=20.53%
G=26.62%
B=52.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54701390.610.5000.45228.7144.0437.84
Hex36468B3D3202De52c26
Octal6610621375620553455446
Binary110110100011010001011111101110010010110111100101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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