#36477E

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

Shades of Tory Blue #36477E

Tints of Tory Blue #36477E

Color information

#36477E (or 0x36477E) is unknown color: approx Tory Blue. HEX triplet: 36, 47 and 7E. RGB value is (54,71,126). Sum of RGB (Red+Green+Blue) = 54+71+126=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #36477E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36477E is #C9B881. Grayscale: #474747. Windows color (decimal): -13219970 or 8275766. OLE color: 8275766.

HSL color Cylindrical-coordinate representation of color #36477E: hue angle of 225.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36477E is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5471126-
CMYK0.570.4400.51
HSL225.83º40%35.29%-
HSV(B)225.83º57.14%49.41%-
XYZ7.546.820.65-
YUV72.19158.37115.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 126 (49.61% from 255) = 50.20%
R=21.51%
G=28.29%
B=50.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54711260.570.4400.51225.834035.29
Hex36477E392C033e22823
Octal6610717671540633425043
Binary11011010001111111110111001101100011001111100010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36477E; }

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

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

<style>
 a { background-color: #36477E; }

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

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

<style>
 span { border-color: #36477E; }

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

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