#36479B

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

Shades of Tory Blue #36479B

Tints of Tory Blue #36479B

Color information

#36479B (or 0x36479B) is unknown color: approx Tory Blue. HEX triplet: 36, 47 and 9B. RGB value is (54,71,155). Sum of RGB (Red+Green+Blue) = 54+71+155=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #36479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36479B is #C9B864. Grayscale: #4B4B4B. Windows color (decimal): -13219941 or 10176310. OLE color: 10176310.

HSL color Cylindrical-coordinate representation of color #36479B: hue angle of 229.9º 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 #36479B is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5471155-
CMYK0.650.5400.39
HSL229.9º48.33%40.98%-
HSV(B)229.9º65.16%60.78%-
XYZ9.697.6631.98-
YUV75.49172.87112.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.29%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=19.29%
G=25.36%
B=55.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54711550.650.5400.39229.948.3340.98
Hex36479B4136027e63029
Octal66107233101660473466051
Binary1101101000111100110111000001110110010011111100110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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