#36479F

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

Shades of Tory Blue #36479F

Tints of Tory Blue #36479F

Color information

#36479F (or 0x36479F) is unknown color: approx Tory Blue. HEX triplet: 36, 47 and 9F. RGB value is (54,71,159). Sum of RGB (Red+Green+Blue) = 54+71+159=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #36479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36479F is #C9B860. Grayscale: #4B4B4B. Windows color (decimal): -13219937 or 10438454. OLE color: 10438454.

HSL color Cylindrical-coordinate representation of color #36479F: hue angle of 230.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36479F is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5471159-
CMYK0.660.5500.38
HSL230.29º49.3%41.76%-
HSV(B)230.29º66.04%62.35%-
XYZ10.037.7933.78-
YUV75.95174.87112.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 159 (62.5% from 255) = 55.99%
R=19.01%
G=25%
B=55.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54711590.660.5500.38230.2949.341.76
Hex36479F4237026e6312a
Octal66107237102670463466152
Binary1101101000111100111111000010110111010011011100110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36479F; }

 p { color: rgb(54,71,159); }

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

<style>
 a { background-color: #36479F; }

 a { background-color: rgb(54,71,159); }

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

<style>
 span { border-color: #36479F; }

 span { border-color: rgb(54,71,159); }

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