#36487E

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

Shades of Tory Blue #36487E

Tints of Tory Blue #36487E

Color information

#36487E (or 0x36487E) is unknown color: approx Tory Blue. HEX triplet: 36, 48 and 7E. RGB value is (54,72,126). Sum of RGB (Red+Green+Blue) = 54+72+126=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #36487E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36487E is #C9B781. Grayscale: #484848. Windows color (decimal): -13219714 or 8276022. OLE color: 8276022.

HSL color Cylindrical-coordinate representation of color #36487E: hue angle of 225º 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 #36487E is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5472126-
CMYK0.570.4300.51
HSL225º40%35.29%-
HSV(B)225º57.14%49.41%-
XYZ7.66.9320.67-
YUV72.77158.04114.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 126 (49.61% from 255) = 50%
R=21.43%
G=28.57%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54721260.570.4300.512254035.29
Hex36487E392B033e12823
Octal6611017671530633415043
Binary11011010010001111110111001101011011001111100001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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